RATE_LIMITED_PER_MINUTE

HTTP 429

What it means

Per-minute 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_MINUTE",
    "http_status": 429,
    "message": "Per-minute 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_MINUTE",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.