Skip to content

Rate limits

Per-tenant per-minute quotas and bulk batch caps. 429 Too Many Requests when exceeded.

Rate limits are tracked in real time per tenant. When a limit is exceeded the API returns 429 Too Many Requests with one of these error bodies:

  • { "error": "rate limit exceeded" } ·per-minute cap
  • { "error": "quota exceeded" } ·tenant quota exhausted
  • { "error": "bulk limit exceeded (max 10000)" } · bulk batch over 10,000 IOCs

Implement exponential backoff with jitter when you observe 429s. Hard caps and contractual quotas are documented in your tenant agreement.