List execution steps
GET/workflows/executions/:id/steps
Lists step attempts, paginated. Payloads are omitted by default (their sizes are reported instead); pass include=payloads for full rows.
Request
Responses
- 200
- 4XX
- 5XX
The paginated step attempts.
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.