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.
Sequence id.
Header Parameters
Responses
200
Successful Response
object
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
Distinct terminal-skipped contacts by raw skip-reason token, e.g. skipped_too_distant. Sequence-level, counted once per contact.
object
object
422
Validation Error