list_flow_executions
Check recent flow execution history by retrieving run details with statuses like completed, error, or running. Filter results by status or limit to diagnose issues and monitor automation performance.
Instructions
List recent executions of a flow with status (completed, error, running)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 25) | |
| status | No | Filter by status: running, complete, error, cancelled | |
| flow_sys_id | Yes | sys_id of the parent flow |