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

# List sequences

`GET /v1/sequences`

Returns a paginated list of sequences scoped to the workspaces accessible by the API key. Use the `workspaceIds` query parameter to narrow results to a subset of those workspaces.

## Query parameters

- `workspaceIds` string
- `page` number
- `limit` number

## Response `200`

Paginated list of sequences

- PaginatedSequencesDto
  - `data` SequenceDto[], required — Array of sequences
    - `id` string, required — Unique identifier of the sequence
    - `name` string, required — Name of the sequence
    - `organizationMembershipId` string, required — OrganizationMembership ID of the creator
    - `createdAt` string, date-time, required — Date when the sequence was created
    - `updatedAt` string, date-time, required — Date when the sequence was last updated
    - `contactCount` number — Number of contacts in the sequence
    - `assignedTo` AssignedUserDto[] — List of users assigned to this sequence
      - `organizationMembershipId` string, required — OrganizationMembership ID of the assigned user
      - `firstName` object, nullable — First name of the assigned user
      - `lastName` object, nullable — Last name of the assigned user
      - `email` string, required — Email of the assigned user
  - `total` number, required
  - `page` number, required
  - `limit` number, required
  - `totalPages` number, required

## Other responses

- `401` — Invalid or missing API key
- `403` — One or more requested workspaceIds are outside the API key scope

---

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