v36

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Outputs

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.

get/v3/outputs

Query parameters

limitinteger
callIDsstring[]

Filter to outputs from specific calls.

workflowIDsstring[]
workflowNamesstring[]
functionIDsstring[]
functionNamesstring[]
referenceIDsstring[]
eventIDsstring[]

Filter to specific output events by their event IDs (KSUIDs).

eventTypesstring[]

Filter to specific non-error output event types, e.g. classify or extract.

transformationIDsstring[]

Filter by legacy transformation IDs. Provided for backwards compatibility with clients migrating from /v1-beta/transformations.

functionVersionNumsinteger[]

Filter to specific function version numbers.

referenceIDSubstringstring

Case-insensitive substring match against referenceID.

isLabelledboolean

If true, only outputs with a corrected (labelled) payload. If false, only outputs that are not labelled. If omitted, no filter is applied.

isRegressionboolean

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).

includeIntermediateboolean

When true, includes intermediate events (those that spawned a downstream function call). Default: false.

sortOrder'asc' | 'desc'
startingAfterstring
endingBeforestring

Response

The request has succeeded.

totalCountinteger required

The total number of results available.