list_flow_executions
Retrieve recent executions of a flow filtered by status such as completed, error, or running.
Instructions
List recent executions of a flow with status (completed, error, running)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_sys_id | Yes | sys_id of the parent flow | |
| status | No | Filter by status: running, complete, error, cancelled | |
| limit | No | Max records to return (default 25) |