get-flow
Retrieves the complete record of a Power Automate flow, including its triggers, actions, and connection references, to prepare for updating the flow.
Instructions
Get the full record for one flow, including its workflow definition (triggers + actions) and connectionReferences. Use this before update-flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | Yes | The flow internal name (a GUID, from list-flows) | |
| environment | No | Environment id (defaults to POWER_AUTOMATE_ENV) |