Skip to main content
GET
Get a sequence

Authorizations

Authorization
string
header
required

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

Path Parameters

sequence_id
string
required

The unique identifier of the sequence

Response

Default Response

id
string
required
name
string
required
org_id
string
required
custom_id
string | null
required
Maximum string length: 50
filter
object | null
required
steps
object[]
required
is_continuous
boolean
required
reply_instructions
string | null
required
respect_office_hours
boolean
required
office_hours_id
string | null
required
started_at
string<date-time> | null
required
canceled_at
string<date-time> | null
required
ended_at
string<date-time> | null
required
status
enum<string> | null
required
Available options:
pending,
complete,
canceled,
active