---
title: Limits
description: Retrieve rate limits and usage quotas for an InfluxDB Cloud organization.
url: https://docs.influxdata.com/influxdb/cloud/api/limits/
estimated_tokens: 302
product: InfluxDB Cloud (TSM)
version: cloud
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb/cloud/api/limits/
---

[Download InfluxDB Cloud (TSM) API Spec](/openapi/influxdb-cloud-v2-api.yml)

Retrieve rate limits and usage quotas for an InfluxDB Cloud organization.

GET`/api/v2/orgs/{orgID}/limits`

### Retrieve limits for an organization

#### Parameters

##### Path parameters

`orgID`requiredstring

The ID of the organization.

Example request[Ask AI about this](#)

```sh
curl --request GET \
  "https://us-east-1-1.aws.cloud2.influxdata.com/api/v2/orgs/{orgID}/limits" \
  --header "Authorization: Bearer INFLUX_TOKEN"
```

#### Responses

200Limits defined for the organization.

`limits`string

`links`string

defaultNon 2XX error response from server.

`code`requiredstring

code is the machine-readable error code.

Allowed:`internal error`, `not implemented`, `not found`, `conflict`, `invalid`, `unprocessable entity`, `empty value`, `unavailable`, `forbidden`, `too many requests`, `unauthorized`, `method not allowed`, `request too large`, `unsupported media type`

`err`string

Stack of errors that occurred during processing of the request. Useful for debugging.

`message`string

Human-readable message.

`op`string

Describes the logical code operation when the error occurred. Useful for debugging.
