Skip to main content

Get one execution's full detail

GET 

/v1/workflows/executions/:execution_id

Inspect one execution in detail: per-node status, which node failed, the errors it raised, and each node's output.

Node outputs are trimmed — top-level fields, with large values previewed — because the raw record echoes the entire execution context per node and runs to tens of kilobytes, which is unusable in practice.

This is what to reach for when a workflow "ran but did nothing": it shows exactly which node stopped the run and why. Requires the workflows:read scope.

Request

Responses

Successful Response