v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Errors

List Errors

List terminal error events.

Returns error events produced by failed function calls within workflow executions. Non-error output events are excluded; use GET /v3/outputs to retrieve those.

Filtering

Filter by call, workflow, function, or reference ID. Multiple filters are ANDed together.

get/v3/errors

Query parameters

limitinteger
callIDsstring[]

Filter to errors from specific calls.

workflowIDsstring[]
workflowNamesstring[]
functionIDsstring[]
functionNamesstring[]
referenceIDsstring[]
referenceIDSubstringstring

Case-insensitive substring match against referenceID.

sortOrder'asc' | 'desc'
startingAfterstring
endingBeforestring

Response

The request has succeeded.

totalCountinteger required

The total number of results available.