Sequences
List enrollments for a sequence
Returns enrolled contacts with their progress, status, and next scheduled step.
get/v1/sequences/{sequenceId}/enrollments
Path parameters
sequenceIdstring required
Query parameters
status'active' | 'completed' | 'exited' | 'paused'
limitinteger
skipinteger
Response
Enrollments list with progress
Changes
Changed in 1 of the 26 revisions of this API.3
- ▲
the response property
enrollments/items/exitReasonbecame nullable for the status200response-property-became-nullable
- ▲
the response property
enrollments/items/lastStepSentAtbecame nullable for the status200response-property-became-nullable
- ▲
the response property
enrollments/items/nextStepAtbecame nullable for the status200response-property-became-nullable
- ▲