Skip to main content

Response headers

When rate limiting applies, responses include:
  • RateLimit-Limit
  • RateLimit-Remaining
  • RateLimit-Reset
When a limit is exceeded, the API returns 429 Too Many Requests.

Initial limits

Current defaults:
  • standard read endpoints: 300 requests per minute
  • heavier read endpoints (GET /v1/events, GET /v1/metrics, GET /v1/analyses): 60 requests per minute
  • unauthenticated and token-exchange requests (by source IP): 30 requests per minute
These limits may change by environment or customer tier.