Skip to content

List enrollments for a sequence

Returns enrolled contacts with their progress, status, and next scheduled step.

GET /v1/sequences/{sequenceId}/enrollments

Returns enrolled contacts with their progress, status, and next scheduled step.

Parameters

  • sequenceId (path, string) required

  • status (query, string)

  • limit (query, integer)

  • skip (query, integer)

Responses

200 — Enrollments list with progress

  • success (boolean)
  • enrollments (array)
  • pagination (object)

401

404