A 429 response indicates that the rate limit has been met. See Rate limiting for details on rate constraints.

When you exceed the rate limit threshold, the API responds with an error like this:

{
"detail": "Too many overall requests to the service. This is unrelated to your client's rate limit. Please try after 2024-07-22T06:23:37.255Z",
"httpStatus": "429 TOO_MANY_REQUESTS",
"title": "Global Service Rate Limit Exceeded",
"type": "global-rate-limit-exceeded"
}