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

# List sequences

`GET /sequences`

Returns the automation sequences for the authenticated company.

## Response `200`

Sequences retrieved successfully

- object
  - `success` boolean
  - `sequences` SequenceSummary[]
    - `id` string
    - `name` string
    - `status` 'draft' | 'active' | 'paused' | 'archived'
    - `enrollmentPaused` boolean — Whether new enrollments are paused while current recipients continue.
    - `trigger` string, nullable
    - `sendingWindow` SequenceSendingWindow — Optional local-time sending window applied to every email step in a sequence. Email steps that become due outside the window wait until the next allowed local time.
      - `enabled` boolean
      - `timezone` string — IANA timezone for the window.
      - `startTime` string — Earliest local send time in 24-hour HH:mm format.
      - `endTime` string — Latest local send cutoff in 24-hour HH:mm format. Must be later than startTime.
      - `days` string[] — Allowed local days. Omit days when creating or updating to allow every day.
    - `bccEmails` string[], nullable — Email addresses blind-copied on every email this sequence sends.
    - `senderProfileId` string, nullable
    - `fromName` string, nullable
    - `fromEmail` string, email, nullable
    - `replyProfileId` string, nullable
    - `replyToName` string, nullable
    - `replyToEmail` string, email, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — No company selected

## Changes

- **2026-07-12** `d103f2b71fca` — 6 info
  - added the optional property `sequences/items/fromEmail` to the response with the `200` status
  - added the optional property `sequences/items/fromName` to the response with the `200` status
  - added the optional property `sequences/items/replyProfileId` to the response with the `200` status
  - added the optional property `sequences/items/replyToEmail` to the response with the `200` status
  - …2 more
- **2026-07-07** `41f4c7caf8d6` — 1 info
  - added the optional property `sequences/items/bccEmails` to the response with the `200` status
- **2026-06-19** `810a8f0c38e5` — 1 info
  - added the optional property `sequences/items/enrollmentPaused` to the response with the `200` status
- **2026-06-17** `8d79cd23ac01` — 1 info
  - added the optional property `sequences/items/sendingWindow` to the response with the `200` status
- **2026-04-20** `ed7439559402` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/sequences/get.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/ad2202945c5b/schema)
