n8n_list_executions
List recent n8n executions with optional filters by workflow ID, status, and limit. View key details such as status, mode, and timestamps.
Instructions
List recent n8n executions with optional filters. Returns id, workflowId, workflowName, status, mode, startedAt, stoppedAt. Use n8n_get_execution for the full run log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | No | Filter to a single workflow id. Omit for all. | |
| status | No | Filter by execution status. | |
| limit | No | Max rows (default 50). |