---
title: "Get a sequence by ID"
method: GET
path: "/v1/sequences/{id}"
tags: ["Sequences"]
---

# Get a sequence by ID

`GET /v1/sequences/{id}`

Returns the details of a specific sequence. Returns 404 if the sequence is in a workspace outside the API key scope.

## Path parameters

- `id` string, required

## Response `200`

Sequence details

- SequenceDto
  - `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

## Other responses

- `401` — Invalid or missing API key
- `403` — Subscription required or plan not eligible
- `404` — Sequence not found or outside API key scope

---

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