RATE_LIMITED_DAILY

HTTP 429

What it means

Daily request quota exceeded for this client.

What to do

Wait until the quota resets (UTC midnight), or contact your tenant administrator to request a higher daily limit.

Envelope

{
  "error": {
    "code": "RATE_LIMITED_DAILY",
    "http_status": 429,
    "message": "Daily request quota exceeded for this client.",
    "remediation_hint": "Wait until the quota resets (UTC midnight), or contact your tenant administrator to request a higher daily limit.",
    "docs_url": "https://developers.cognethics.com/errors/RATE_LIMITED_DAILY",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.