Skip to main content
GET
List sequence steps for a broadcast

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Path Parameters

broadcastId
string<uuid>
required

Response

List of sequence steps ordered by step_number

id
string<uuid>
required
broadcast_id
string<uuid>
required
step_number
integer
required

Position of this step in the sequence (1-indexed).

Required range: x >= 1
Example:

1

delay_hours
integer
required

Hours to wait before sending this step (after the previous step or initial send).

Required range: x >= 0
Example:

72

subject
string | null
required

Optional subject override. When null, the follow-up uses 'Re: ' so it threads as a reply.

html_content
string | null
required
text_content
string | null
required
template_id
string<uuid> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required