RATE_LIMITED_PER_HOUR
HTTP 429
What it means
Per-hour rate limit exceeded for this client.
What to do
Honor the Retry-After response header and slow request rate. Consider exponential backoff for retries.
Envelope
{
"error": {
"code": "RATE_LIMITED_PER_HOUR",
"http_status": 429,
"message": "Per-hour rate limit exceeded for this client.",
"remediation_hint": "Honor the Retry-After response header and slow request rate. Consider exponential backoff for retries.",
"docs_url": "https://developers.cognethics.com/errors/RATE_LIMITED_PER_HOUR",
"request_id": "0f2c9b6e-...",
"details": {}
}
}Back to Errors & status codes.
