get_flow
Retrieve a flow's complete definition: state, timestamps, owner, workflow JSON, connection references, and parsed trigger/action names to inspect or troubleshoot Power Automate flows.
Instructions
Get the full definition of one flow: state, timestamps, owner, the workflow definition JSON, connectionReferences, and parsed trigger/action names.
Parameters: flow (required, GUID from list_flows), environment (optional).
Uses Microsoft's unofficial api.flow.microsoft.com endpoint, which Microsoft labels unsupported; behavior may change.
Example: get_flow { "flow": "00000000-0000-0000-0000-000000000000" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | Yes | Flow GUID name (from list_flows). | |
| environment | No | Environment id (from list_environments). Omit to use the user's default environment. |