list_flow_executions
Get a list of recent executions for a ServiceNow flow, filter by status (running, complete, error) and limit the number of records returned.
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 |