List executions
n8n_list_executionsList workflow executions filtered by workflow ID, status, limit, or pagination cursor.
Instructions
List workflow executions. Filter by workflowId, status, limit and cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | No | Filter by workflow ID | |
| limit | No | Max items (default 100) | |
| cursor | No | Pagination cursor from previous response | |
| status | No | Filter by status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| nextCursor | No |