Get Flow Run Details
get-flow-run-detailsRetrieve detailed Power Automate flow run data including action-level outputs and error messages to debug failures and analyze execution history.
Instructions
Get detailed flow run information including action-level outputs and errors. For failed actions, fetches detailed error messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | The workflow ID (GUID) | |
| runId | Yes | The flow run ID (Flow API run name or Dataverse flowrunid GUID) | |
| environment | No | Environment name (e.g. DEV, UAT). Uses default if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | ||
| status | No | ||
| actionsSummary | Yes | ||
| failedActionErrors | Yes |