Learn how to limit the number of calls a user can make over a certain period of time.
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. |
user
organization
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. |
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. |
Limit | |
---|---|
Maximum event size | 1 MB |
Maximum events in a batch | 10,000 |
Maximum field name length | 200 bytes |