List automation steps
reach_listAutomationStepsV1Get an automation's workflow as a flat list of steps, using parent_uuid to map branches and step_order to sequence sibling steps. Returns empty list if no steps exist.
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 |