Skip to main content

HTTP status codes

Response shape

Endpoints return a short error description and may include a stable code or additional fields:
Do not parse human-readable text when a machine-readable code is available.

Retry guidance

  • Retry read requests only within your latency and request budget.
  • Retry idempotent mutations with the same idempotency key and payload.
  • Retry events with the same transaction ID.
  • Honor Retry-After when returned.
  • Do not retry validation, authorization, or insufficient-credit decisions without changing the underlying state.

Common failures