---
title: "List sequences"
method: GET
path: "/v1/sequences"
tags: ["Sequences"]
---

# List sequences

`GET /v1/sequences`

Returns sequences with enrollment stats. Filter by status, platform, or profile.

## Query parameters

- `profileId` string
- `status` 'draft' | 'active' | 'paused'
- `limit` integer
- `skip` integer

## Response `200`

Sequences list

- object
  - `success` boolean
  - `sequences` object[]
    - `id` string
    - `name` string
    - `description` string
    - `platform` string
    - `accountId` string
    - `accountName` string — Display name of the sending account
    - `messagePreview` string — First step template name or message text snippet
    - `status` 'draft' | 'active' | 'paused'
    - `stepsCount` integer
    - `exitOnReply` boolean
    - `exitOnUnsubscribe` boolean
    - `totalEnrolled` integer
    - `totalCompleted` integer
    - `totalExited` integer
    - `createdAt` string, date-time
  - `pagination` object
    - `total` integer
    - `limit` integer
    - `skip` integer
    - `hasMore` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[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)
