What happened
The organization has exceeded the allowed number of API requests per minute. Rate limits are enforced per organization and vary by plan:Response headers
Responses for API-key-authenticated requests include rate limit headers so clients can track their usage:How to fix
Wait for the rate limit window to reset. TheRetry-After response header indicates how many seconds to wait before retrying. Reduce your request rate or implement exponential backoff to avoid hitting the limit repeatedly.