Skip to main content

HTTP 200 OK

The request succeeded. The response body contains the result.

2xx · Success✗ not retryable — fix the request instead

In AI APIs specifically

Note that AI APIs can return 200 with an error object inside a streamed body — always inspect stream events, not just the status.

Fix checklist

  • Nothing to fix.
  • For streams, still check each SSE event for error payloads despite the 200.

Spec: RFC reference