How the limit is measured
- The limit applies per organization, across every application and service account it owns — not per API key or per endpoint.
- Requests are counted over a 60-second window. Exceeding the limit returns
429 Too Many Requestsuntil the window resets.
Back off using
Retry-After (or X-RateLimit-Reset) rather than retrying immediately. See handling 429 responses for the recommended retry strategy.