Skip to main content

Rate Limits

API requests are subject to rate limits to ensure fair usage and system stability.

Rate Limit Headers

Rate limit information is included in response headers:
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999
X-RateLimit-Reset: 1640995200

Rate Limit Tiers

TierRequests/HourBurst
Standard1,000100
Premium10,0001,000
EnterpriseCustomCustom

Handling Rate Limits

When rate limit is exceeded:
  1. Status Code: 429 Too Many Requests
  2. Retry-After: Header indicates when to retry
  3. Backoff: Implement exponential backoff
Scope: Tenant-scoped; requires authenticated org context
Availability: Not available in SuperAdmin


Permissions & Roles

Rate limits are per organization. Contact your organization administrator to upgrade your rate limit tier.