---
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'
    - `trigger` string, nullable
    - `createdAt` string, date-time

## Other responses

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

## Changes

- **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/f9a826460811/schema)
