v1
latestOpenAPI 3.1.02026-07-267154122.0 KBWorkspace
List enrichment runs (cursor-paginated; ?tableId=)
Org-wide list of enrichment runs — the tracked batches of column-over-row work (upserts, file ingests) — newest first. Optional ?tableId= filter. GET /batches is the deprecated alias.
get/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).
tableIdstring uuid
Scope the list to one table.
Response
A page of enrichment-run summaries in the canonical list envelope.