List executions
list_executionsList workflow executions with optional filters for debugging. Filter by status (error, success, waiting) or by workflow ID to identify failed runs.
Instructions
List workflow executions. Useful for debugging: filter by status ('error', 'success', 'waiting') or by workflowId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 100) | |
| cursor | No | Pagination cursor | |
| status | No | Filter by status | |
| workflowId | No | Filter by workflow |