Export an execution
GET/workflows/executions/:id/export
Streams the full execution as NDJSON: one execution line, one step line per attempt (full payloads), and one log line per entry.
Request
Responses
- 200
- 4XX
- 5XX
The NDJSON stream, served as an attachment.
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.