rate_limited
You exceeded the rate limit or the key/account quota.
| HTTP | code | Retryable? |
|---|---|---|
| 429 | rate_limited | yes |
When it happens
Too many requests in the window, or the daily quota is exhausted.
How to resolve it
Respect the Retry-After header and apply exponential backoff. See the Rate limits guide.
Example
{
"type": "https://docs.skipo.com/errors/rate_limited",
"title": "Rate limit exceeded",
"status": 429,
"code": "rate_limited",
"retryable": true,
"detail": "You exceeded the rate limit or the key/account quota."
}
Back to the error catalog · See the error format.