Get Flow Runs
get-flow-runsRetrieve Power Automate flow run history filtered by status, date range, and environment to monitor execution results and troubleshoot workflow failures.
Instructions
Get flow run history for a specific Power Automate flow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | The workflow ID (GUID) | |
| status | No | Filter by status: Succeeded, Failed, Running, Waiting, Cancelled | |
| startedAfter | No | Only return runs started after this date (ISO 8601) | |
| startedBefore | No | Only return runs started before this date (ISO 8601) | |
| maxRecords | No | Maximum number of runs to return (default: 50, max: 250) | |
| environment | No | Environment name (e.g. DEV, UAT). Uses default if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | ||
| totalCount | Yes | ||
| hasMore | Yes | ||
| runs | Yes |