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.