---
title: "Get sequence with steps"
method: GET
path: "/v1/sequences/{sequenceId}"
tags: ["Sequences"]
---

# Get sequence with steps

`GET /v1/sequences/{sequenceId}`

Returns a sequence with all its steps and enrollment stats.

## Path parameters

- `sequenceId` string, required

## Response `200`

Sequence details with steps

- object
  - `success` boolean
  - `sequence` object
    - `id` string
    - `name` string
    - `description` string
    - `platform` string
    - `accountId` string
    - `status` 'draft' | 'active' | 'paused'
    - `steps` object[]
      - `order` integer
      - `delayMinutes` integer
      - `message` object
        - `text` string
      - `template` object
        - `name` string
        - `language` string
        - `variableMapping` object
    - `exitOnReply` boolean
    - `exitOnUnsubscribe` boolean
    - `totalEnrolled` integer
    - `totalCompleted` integer
    - `totalExited` integer
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

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