GET
/
sequences
/
{sequence_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sequence_id
string
required

ID or custom ID for the sequence

Response

200 - application/json
id
string
required
name
string
required
org_id
string
required
custom_id
string | null
required
Maximum length: 50
filter
object | null
required

A combination of contact filters. All filters within and arrays must apply to a contact in order for the contact to be included. On the other hand, only one of the filters within the or array must apply for the contact to be included. If no filter is provided, all contacts will be included.

steps
object[]
required
is_continuous
boolean
required
started_at
string | null
required
canceled_at
string | null
required
ended_at
string | null
required
status
enum<string> | null
required
Available options:
pending,
complete,
canceled,
active