Too many requests. You've exceeded the hit or cost-based rate limit. The error description shows details about the exceeded limit. Read more about handling rate limiting responses .
Example:
{
"type": "/reporting-api/error-types/rate-limit-exceeded",
"title": "Rate Limit Exceeded",
"status": 429,
"detail": "You reached the limit for request count of 20. Once your current requests are processed, the allowed request count will refill at the rate of 20 per 1 minute(s).",
"problemId": "0188bf4d-faac-47vf-94h3-69l67c2321e7",
"rateLimitNextRequest": "Fri, 29 Mar 2024 13:40:00 Z",
"rateLimit": "20",
"rateLimitRemaining": "0",
"rateLimitRefill": "20"
}