Error format
Common error codes
Rate limiting
When you exceed your rate limit, the API returns a429 response. Check your current usage and limits at any time:
Handling errors
Build resilient integrations by checking the HTTP status code anderror.code field:
Python