list_executions
List recent executions of a workflow (newest first): execution_id, status, trigger_source, timing, nodes_executed, error. Filter by status and/or trigger_source (manual|webhook|cron|mcp|api), or search the error text. Use to find triggered/scheduled/failed runs and their execution_ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| before | No | ||
| search | No | ||
| status | No | ||
| workflow_id | Yes | ||
| trigger_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||