Rate limit headers
Every API response includes the following headers:
Example response headers:
When you exceed the limit
When your request count exceeds the limit, the API returns429 Too Many Requests:
The number of seconds to wait before retrying your request.
Handling 429 responses
Wait for the number of seconds inretryAfter before retrying. Do not immediately retry — doing so consumes more of your remaining quota.
Self-hosted deployments can adjust rate limit defaults via environment variables. See the configuration reference for available options.