Rate Limits
Rate limits vary and are specified by the following header in all responses:| Header | Description |
|---|---|
X-RateLimit-Scope | Indicates if the limits counts against the organisation or personal rate limit. |
X-RateLimit-Limit | The maximum number of requests a user is permitted to make per minute. |
X-RateLimit-Remaining | The number of requests remaining in the current rate limit window. |
X-RateLimit-Reset | The time at which the current rate limit window resets in UTC epoch seconds. |
userorganization
Query Limits
| Header | Description |
|---|---|
X-QueryLimit-Limit | The query cost limit of your plan in Gigabyte Milliseconds (GB*ms). |
X-QueryLimit-Remaining | The remaining query Gigabyte Milliseconds. |
X-QueryLimit-Reset | The time at which the current rate limit window resets in UTC epoch seconds. |
Ingest Limits
| Header | Description |
|---|---|
X-IngestLimit-Limit | The maximum bytes ingested a user is permitted to make per month. |
X-IngestLimit-Remaining | The bytes ingested remaining in the current rate limit window. |
X-IngestLimit-Reset | The time at which the current rate limit window resets in UTC epoch seconds. |
Troubleshoot
Query limit exceeded
If you receive a “query limit exceeded” error, you have used all of your plan’s query compute allowance for the current billing period. While the query limit is exceeded:- All queries return errors, including queries from dashboards and monitors.
- Query limits reset at the start of your next billing period.
Rate limit exceeded
If you receive a “rate limit exceeded” error (HTTP 429), you are making API requests too frequently. Check theX-RateLimit-Reset header in the response to determine when you can resume making requests. To avoid rate limits, add delays between requests or reduce the frequency of API calls.