rate_limit_exceeded
The key sent more requests than its rate allows in the current window.
| Code | Type | HTTP | Category |
|---|---|---|---|
rate_limit_exceeded | rate_limit_error | 429 | Rate Limit |
Cause
The key sent more requests than its rate allows in the current window.
What to do
Read the Retry-After header and wait that long; spread bulk work over time and use the bulk endpoints instead of one call per object.
Message returned by the API
You have exceeded the allowed request rate. Please retry later.
Related
All Rate Limit error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.