reach_listAutomationStepsV1
Fetch an automation's workflow as a flat list of steps. Provide profile and automation UUIDs to receive ordered steps with parent UUIDs for reconstructing branches.
Instructions
Get the workflow of an automation as a flat list of steps.
The steps form a tree rather than a straight line: follow parent_uuid to reconstruct the
branches, and use step_order to order the steps that share a parent. An automation with no
steps yet returns an empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profileUuid | Yes | Profile uuid parameter | |
| automationUuid | Yes | Automation uuid parameter |