Skip to main content

rate_limit_exceeded

HTTP Status: 429 Category: Rate Limiting

When you see this

Per-key request budget exhausted for the current window.

How to fix it

Honour the Retry-After header with exponential jitter. See https://docs.valara.cloud/api-reference/rate-limits for per-endpoint budgets.

Example response

{
"error": {
"code": "rate_limit_exceeded",
"message": "Per-key request budget exhausted for the current window.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/rate_limit_exceeded",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}