Skip to main content
GET
Fetch a sequence with steps inline (provider internals redacted)

Authorizations

Authorization
string
header
required

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

Path Parameters

sequenceId
string<uuid>
required

Response

The sequence detail with its steps.

object
string
required
Allowed value: "sequence"
id
string<uuid>
required
sequenceId
string<uuid>
required

Legacy alias of id — kept for pre-restructure consumers.

campaignId
string<uuid> | null
required

The first-class campaigns-row id this thread is enrolled in — follow it into GET /campaigns/{campaignId}. Distinct from columnId (the outreach column); null for legacy campaign-less sequences.

status
string
required
stopReason
string | null
required
sendStatus
string | null
required
tableId
string<uuid> | null
required
columnId
string<uuid> | null
required
rowId
string<uuid> | null
required
workspaceId
string<uuid> | null
required
url
string<uri> | null
required

Deep link a human can open.

steps
object[]
required