List Executions
list_executionsRetrieve workflow executions from n8n, filtering by workflow ID or status (success, error, running, waiting) to inspect run history and troubleshoot issues.
Instructions
List workflow executions, optionally filtered by workflow ID or status (success, error, running, waiting).
Defaults to returning up to 100 executions. n8n caps this at 250 per request;
pass a higher limit (up to 250) explicitly if you need more and results
seem truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ||
| workflow_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |