get_flow_run
Retrieve a flow run's status, timing, triggering action, and first-failure error code/message for debugging, with full properties included.
Instructions
Get one run in detail for debugging: status, timing, the triggering action, and the first-failure error code/message. The original run properties are included under raw (per-action breakdown lives there when the API provides it).
Parameters: flow (required), run (required, from list_flow_runs), environment (optional).
Uses Microsoft's unofficial api.flow.microsoft.com endpoint, which Microsoft labels unsupported; behavior may change.
Example: get_flow_run { "flow": "", "run": "" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | Yes | Run id (from list_flow_runs). | |
| flow | Yes | Flow GUID name (from list_flows). | |
| environment | No | Environment id (from list_environments). Omit to use the user's default environment. |