n8n_list_executions
List recent n8n executions filtered by status or workflow ID. Returns execution metadata including ID, workflow name, status, 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 |
|---|---|---|---|
| limit | No | Max rows (default 50). | |
| status | No | Filter by execution status. | |
| workflowId | No | Filter to a single workflow id. Omit for all. |