list_executions
Retrieve n8n workflow executions with filters for workflow ID, status (error, success, waiting, running, canceled), and date.
Instructions
List workflow executions filtered by workflow ID, status (error/success/waiting/running/canceled), and date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (max 200) | |
| cursor | No | Pagination cursor | |
| status | No | Filter by execution status | |
| workflowId | No | Filter executions by workflow ID | |
| includeData | No | Include full execution data (warning: large response) |