list-runs
Monitor flow health by listing recent runs with status, start/end times, and errors. Detect silent failures or stale runs.
Instructions
List recent runs of a flow (status, start/end time, error). Use this as a health probe -- a latest Failed run or a stale newest startTime means the flow has silently died.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max runs to return (default 20) | |
| flow | Yes | The flow internal name (a GUID) | |
| environment | No | Environment id (defaults to POWER_AUTOMATE_ENV) |