Skip to main content

rate_limited

You exceeded the rate limit or the key/account quota.

HTTPcodeRetryable?
429rate_limitedyes

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.