Skip to content

Get Sequence Stats

GET
/sequences/{sequence_id}/stats

Per-step delivery and engagement counts.

skip_reason_breakdown is SEQUENCE-level and counted once per contact, so its total can be LESS than the per-step skipped tiles sum to - the durable-LinkedIn-skip cascade writes one receipt per contiguous LinkedIn step, and a skip with no recorded reason is omitted. The two are not meant to reconcile.

Authorizations

Parameters

Path Parameters

sequence_id
required

Sequence id.

string

Sequence id.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

Per-step delivery and engagement counts for a sequence.

skip_reason_breakdown is SEQUENCE-level and counted ONCE per contact, so its total can be LESS than the sum of the per-step skipped tiles: the durable-LinkedIn-skip cascade writes one receipt per contiguous LinkedIn step, and a skip with no recorded reason is omitted entirely. Presenting the two as if they must reconcile is wrong.

object
skip_reason_breakdown

Distinct terminal-skipped contacts by raw skip-reason token, e.g. skipped_too_distant. Sequence-level, counted once per contact.

object
key
additional properties
integer
step_stats
Array<object>
object
key
additional properties
any
total_contacts
integer
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string