Skip to Content
API Reference

Error Code Catalog

v1Updated 2026-03-07
HTTPCodeMeaning
400bad_requestPayload/query/path validation failed.
401unauthorizedMissing or invalid bearer API key.
403forbiddenAPI key valid, missing required scope.
404not_foundResource does not exist for tenant.
409conflictIdempotency conflict/state conflict.
422unprocessable_entitySemantic validation failed.
429rate_limitedToo many requests. Retry later.
500internal_errorUnexpected server-side failure.

Error payload shape

{ "error": { "code": "bad_request", "message": "Validation failed", "request_id": "req_abc123" } }