List Outputs
List terminal non-error output events.
Returns events that represent successful terminal outputs — primary events (non-split-collection) that did not trigger any downstream function calls. Error events are excluded; use GET /v3/errors to retrieve those.
Intermediate Events
By default, intermediate events (those that spawned a downstream function call in a multi-step workflow) are excluded. Pass includeIntermediate=true to include them.
Filtering
Filter by call, workflow, function, or reference ID. Multiple filters are ANDed together.
Query parameters
Filter to outputs from specific calls.
Filter to specific output events by their event IDs (KSUIDs).
Filter to specific non-error output event types, e.g. classify or extract.
Filter by legacy transformation IDs. Provided for backwards compatibility with clients migrating from /v1-beta/transformations.
Filter to specific function version numbers.
Case-insensitive substring match against referenceID.
If true, only outputs with a corrected (labelled) payload. If false, only outputs that are not labelled. If omitted, no filter is applied.
If true, only regression-marked outputs. If false, only non-regression outputs. If omitted, no filter is applied.
Note: clients migrating from /v1-beta/transformations should pass isRegression=false explicitly to preserve the legacy default (regressions hidden unless explicitly requested).
When true, includes intermediate events (those that spawned a downstream function call). Default: false.
Response
The request has succeeded.