Sequences

Get Sequence Steps

GET /v1/sequences/{sequenceId}/steps

GET/v1/sequences/{sequenceId}/steps
GET
/v1/sequences/{sequenceId}/steps

List 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

Request

curl -X GET \
  "https://open-api.saleshandy.com/v1/sequences/{sequenceId}/steps" \
  -H "x-api-key: YOUR_API_KEY"

Response

No response body