---
title: "Synonym of GET /campaigns/{campaignId}/people"
method: GET
path: "/campaigns/{campaignId}/sequences"
tags: ["Campaigns"]
---

# Synonym of GET /campaigns/{campaignId}/people

`GET /campaigns/{campaignId}/sequences`

Identical to `GET /campaigns/{campaignId}/people` — same
`campaign_person` item shape, same `search` / `status` (CSV) /
`cursor` / `limit` params, same top-level `total`. In the campaign
model a person IS a sequence.

## Query parameters

- `cursor` string
- `limit` integer
- `search` string
- `status` string

## Response `200`

A page of campaign people in the list envelope (with top-level `total`).

- object — The canonical v2 list envelope. Every list endpoint returns this shape; per-endpoint `items` element types (and documented extras like `total`) are declared on each operation.
  - `object` 'list', required
  - `items` CampaignPerson[], required — The page of objects. Element type is per-endpoint.
    - `object` 'campaign_person', required
    - `sequenceId` string, uuid, required
    - `rowId` string, uuid, nullable, required
    - `recipient` string, nullable, required
    - `sendStatus` string, required — Aggregate send-status pill (draft / scheduled / sent / replied / …).
    - `stopReason` string, nullable, required
    - `profile` unknown, required
    - `fitExplanation` string, nullable, required — Agent-authored "why this person fits" write-up (markdown).
    - `fitScore` integer, nullable, required — 0–100 fit score of the source row, or null.
    - `addedAt` string, date-time, nullable, required
  - `nextCursor` string, nullable, required — Cursor for the next page; `null` means this is the last page.
  - `url` string, required — The path this list was fetched from (query string excluded).
  - `total` integer, required

## Other responses

- `404` — CAMPAIGN_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)
