List the people in a campaign (keyset-paginated, filtered)
The people enrolled in the campaign — one row per enrolled sequence
(recipient), with send status, fit score / explanation, and identity
profile. Keyset-paginated via an opaque cursor; the list envelope
additionally carries a top-level total.
GET /campaigns/{campaignId}/sequences is a synonym (same shape) —
in the campaign model a person IS a sequence.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The campaign id (a first-class campaigns row).
Query Parameters
Opaque pagination cursor. Pass the nextCursor from the previous
page to fetch the next one; omit for the first page.
Max objects to return per page. Default 50, max 100 (the rows
endpoint allows up to 200 and documents its own limit).
1 <= x <= 100Substring match over recipient / identity.
CSV of send-status buckets to include.
Response
A page of campaign people in the list envelope (with top-level total).
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.
"list"The page of objects. Element type is per-endpoint.
Cursor for the next page; null means this is the last page.
The path this list was fetched from (query string excluded).
Total enrolled people matching the filters (across all pages).