API: the next field describes step sequencing in automations
The GET /pipelines/{id}/actions and GET /pipelines/{id}/actions/{actionId} endpoints now return a next field for each step containing the IDs of the following steps, so the full automation graph can be reconstructed from the response. For most step types, next is an array of IDs (usually one, or empty/null at the end of a branch). For branching steps, next is an object with one array of IDs per output ‑ yes / no for the Condition step, the variant keys for the Split test step, and default / quarantine_skip for the Send email step.