list_timelines
Retrieve step execution records for a workflow to inspect results, debug failures, or analyze execution flow.
Instructions
List timelines (step execution records) for a specific execution. Each timeline represents a step that ran, with its status, output, and metadata. Use this to inspect individual step results, debug failures, or see the execution flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID | |
| executionId | Yes | The execution ID | |
| limit | No | Max results (default 50, max 500) | |
| direction | No | Sort order by creation time (default: desc) | |
| nextToken | No | Pagination cursor from a previous response. Pass this to fetch the next page of results. |