List executions
list_executionsList workflow executions to debug and monitor your n8n workflows. Filter results by status or workflow ID for targeted analysis.
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 |