429 Too Many Requests.
Limits
- 100 requests per minute
- 3,000 requests per hour
Stricter endpoints
Some endpoints enforce tighter hourly caps than the general limits — for example:- Reporting —
/v3/reporting/* - Sequence statistics —
/v3/sequences/{id}/stats,/v3/sequences/stats
429 sooner than the general limits imply.
The 429 response
When a quota is exceeded, the API returns:- Status:
429 Too Many Requests - Headers:
Retry-After: <seconds>— seconds to wait before the quota window resetsContent-Type: application/problem+json