n8n_list_executions
Retrieve recent workflow executions from your n8n server. Filter by workflow ID, status, or limit results to inspect execution details including timing and errors.
Instructions
List recent workflow executions on an n8n server. Shows status, timing, and errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | No | Filter by workflow ID | |
| status | No | Filter by status | |
| limit | No | Max results | |
| server_name | No | Server name. Uses default if omitted. |