v1

latestOpenAPI 3.1.02026-07-267154122.0 KB
Workspace

List a table's enrichment runs (cursor-paginated)

Same list as GET /enrichment-runs?tableId=, but the table is resolved org-scoped first — a missing or cross-org table returns 404 TABLE_NOT_FOUND instead of an empty list.

get/tables/{tableId}/enrichment-runs

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).

Response

A page of enrichment-run summaries in the canonical list envelope.

object'list' required
nextCursorstring nullable required

Cursor for the next page; null means this is the last page.

urlstring required

The path this list was fetched from (query string excluded).