Sequences
Get Sequence Steps
GET /v1/sequences/{sequenceId}/steps
GET
/v1/sequences/{sequenceId}/stepsGET
/v1/sequences/
{sequenceId}/stepsList all steps and variants for a sequence
Return every step in the sequence, in execution order, each with its variants and their payloads. Useful for exporting a sequence or for inspecting what will be sent.
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Path Parameters
sequenceIdstring
The ID of the sequence
Responses
200
Successfully fetched all sequences and their associated steps