list_executions
Retrieve recent n8n workflow executions and filter them by status, workflow ID, or result limit to monitor runs and diagnose failures.
Instructions
Get recent workflow executions with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of executions to return (default: 20, max: 100) | |
| status | No | Filter by execution status (optional) | |
| workflowId | No | Filter by specific workflow ID (optional) |