Read execution state
GET/workflows/executions/:id/state
Returns a live state snapshot: per-step outputs, current steps, pending signal waits, variables, and run metadata. Queried live while the execution runs; rebuilt from storage afterwards.
Request
Responses
- 200
- 4XX
- 5XX
The state snapshot.
Client error. The body says what went wrong: an error type, a human-readable detail, and, on validation failures, one entry per offending field.
Unexpected server error.