v1
latestOpenAPI 3.1.02026-07-267154122.0 KBSequences
List a table's sequences (cursor-paginated, filtered)
Sequences scoped to one table — the quick "does this table have any sequences?" read. Same filters (status / channel / recipient) and pagination as GET /sequences, but the table is resolved org-scoped first, so a missing or cross-org table returns 404 TABLE_NOT_FOUND instead of an empty list.
get/tables/{tableId}/sequences
Query parameters
cursorstring
Opaque pagination cursor. Pass the nextCursor from the previous page to fetch the next one; omit for the first page.
limitinteger
Max objects to return per page. Default 50, max 100 (the rows endpoint allows up to 200 and documents its own limit).
statusstring
channelstring
recipientstring
Response
A page of sequence summaries for the table in the canonical list envelope.