---
title: "Fetch a sequence with steps inline (provider internals redacted)"
method: GET
path: "/sequences/{sequenceId}"
tags: ["Sequences"]
---

# Fetch a sequence with steps inline (provider internals redacted)

`GET /sequences/{sequenceId}`

## Response `200`

The sequence detail with its steps.

- SequenceDetail
  - `object` 'sequence', required
  - `id` string, uuid, required
  - `sequenceId` string, uuid, required — Legacy alias of `id` — kept for pre-restructure consumers.
  - `campaignId` string, uuid, nullable, required — The first-class campaigns-row id this thread is enrolled in — follow it into `GET /campaigns/{campaignId}`. Distinct from `columnId` (the outreach column); null for legacy campaign-less sequences.
  - `status` string, required
  - `stopReason` string, nullable, required
  - `sendStatus` string, nullable, required
  - `tableId` string, uuid, nullable, required
  - `columnId` string, uuid, nullable, required
  - `rowId` string, uuid, nullable, required
  - `workspaceId` string, uuid, nullable, required
  - `url` string, uri, nullable, required — Deep link a human can open.
  - `steps` SequenceStep[], required
    - `object` 'step', required
    - `id` string, uuid, required
    - `stepId` string, uuid, required — Legacy alias of `id` — kept for pre-restructure consumers.
    - `channel` string, required
    - `kind` string, required — `message` or `connect_request` (LinkedIn invites have no subject).
    - `status` string, required
    - `subject` string, nullable, required
    - `body` string, nullable, required
    - `recipient` string, nullable, required
    - `scheduledAt` string, date-time, nullable, required
    - `sentAt` string, date-time, nullable, required

## Other responses

- `404` — SEQUENCE_NOT_FOUND.

---

[API](https://skmtc.net/origami/apis/origami-agent-api.md) · [All operations](https://skmtc.net/origami/apis/origami-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/origami/origami-agent-api/revisions/8083ad7fe081/schema)
