get_run_actions
Inspect individual action results within a Power Automate run to debug failures, with options to view inputs/outputs for failed, all, or a specific action.
Instructions
Per-action breakdown of one run — the debugging view. Follows inputs/outputs links for failed actions by default (or a named action, or all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Run ID from get_flow_runs. | |
| flowId | Yes | Flow ID. | |
| includeIO | No | Follow inputs/outputs links for: failed actions (default), all, or none. | |
| actionName | No | Only this action; follows its I/O links. | |
| environmentId | Yes | Environment ID. |