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.