n8n_list_executions
List n8n workflow executions with filters for status, workflow, or project. Specify fields and set includeData=false to reduce token usage.
Instructions
List workflow executions. Can filter by status, workflow ID, or project. TIP: Set includeData=false and use fields parameter to reduce token usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results | |
| cursor | No | Pagination cursor | |
| fields | No | Specific fields to return (e.g., ["id", "status", "workflowId"]). Reduces token usage. | |
| status | No | Filter by execution status | |
| projectId | No | Filter by project ID | |
| workflowId | No | Filter by workflow ID | |
| includeData | No | Include execution data (WARNING: significantly increases token usage) |