unauthorized | 401 | Missing, malformed, or revoked token. Update the credential before retrying. |
forbidden | 403 | The agent is not a participant or its installation ended. |
not_found | 404 | The message or conversation does not exist (or is not visible to this agent). |
invalid_request | 422 | Validation failure. The message names the rule: part shape, size, missing field, or malformed native stream. |
idempotency_conflict | 409 | The Idempotency-Key was reused with a different request body. Reusing it with the same body returns the original message instead. |
conflict | 409 | The requested webhook URL is already registered. Use the existing endpoint or choose another URL. |
limit_exceeded | 409 | The agent already has five enabled webhook endpoints. Disable or delete one before enabling another. |
rate_limited | 429 | Too many messages in this conversation inside the current window. Wait for the Retry-After header (seconds), then retry the same request with the same Idempotency-Key. |
server_configuration_error | 503 | Relay cannot perform this operation because required server-side delivery configuration is unavailable. Retry later. |
internal_error | 500 | Relay-side failure. Safe to retry with backoff; your idempotency key prevents duplicates. |