list_executions
Retrieve recent workflow executions with execution ID, status, and timestamps. Filter by status, limit results, and paginate through execution history.
Instructions
List recent executions for a workflow. Returns execution id, status, timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID | |
| status | No | Filter: running, completed, failed | |
| limit | No | Max results (default 50, max 500) | |
| direction | No | Sort order (default: desc) | |
| nextToken | No | Pagination cursor from a previous response. Pass this to fetch the next page of results. |