Format
Common API Errors
| HTTP | Code | Meaning | Action |
|---|---|---|---|
| 400 | INVALID_ARGUMENT | Body failed validation | Fix the field noted in details |
| 401 | UNAUTHENTICATED | Missing/invalid token | Send Authorization: Bearer token |
| 403 | PERMISSION_DENIED | Not allowed for plan/scope | Request access or adjust scope |
| 404 | NOT_FOUND | Resource not found | Verify endpoint or identifiers |
| 409 | CONFLICT | Mutually exclusive filters | Choose one filter set |
| 429 | RATE_LIMITED | Too many requests | Backoff and retry; request higher limits |
| 500 | INTERNAL | Unexpected error | Retry with jitter; include request_id |
| 503 | UNAVAILABLE | Temporary outage | Retry after a short delay |
Include the
request_id (if present), timestamp (UTC), and a minimal cURL reproduction when contacting support.