---
title: "List enrollments for a sequence"
method: GET
path: "/v1/sequences/{sequenceId}/enrollments"
tags: ["Sequences"]
---

# List enrollments for a sequence

`GET /v1/sequences/{sequenceId}/enrollments`

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

## Path parameters

- `sequenceId` string, required

## Query parameters

- `status` 'active' | 'completed' | 'exited' | 'paused'
- `limit` integer
- `skip` integer

## Response `200`

Enrollments list with progress

- object
  - `success` boolean
  - `enrollments` object[]
    - `id` string
    - `contactId` string
    - `channelId` string
    - `platformIdentifier` string
    - `contactName` string
    - `currentStepIndex` integer
    - `status` 'active' | 'completed' | 'exited' | 'paused'
    - `exitReason` string
    - `nextStepAt` string, date-time
    - `stepsSent` integer
    - `lastStepSentAt` string, date-time
    - `createdAt` string, date-time
  - `pagination` object
    - `total` integer
    - `limit` integer
    - `skip` integer
    - `hasMore` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
