list_executions
Retrieve lightweight summaries of n8n executions filtered by status, workflow, or project, with automatic pagination and duration info.
Instructions
List executions with filters (status, workflow, project) and automatic pagination. Returns lightweight summaries with duration — use get_execution for full node-level data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by execution status (older n8n versions only accept error/success/waiting) | |
| workflowId | No | Filter by workflow ID | |
| projectId | No | Filter by project ID | |
| maxItems | No | Max executions to return |