Errors
Overview of the Errors API
Hand off to an LLM
Retrieve terminal error events from workflow calls.
Errors are events produced by function steps that failed during processing. A single workflow call may produce multiple error events if several steps fail independently.
Errors and outputs from the same call are not mutually exclusive: a partially-completed workflow may have both.
Use GET /v3/errors to list errors across calls, or GET /v3/errors/{eventID} to retrieve
a specific error. To get errors scoped to a single call, filter by callIDs.
See also
- Errors and status codes — error response shape, partial success