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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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 <= 100Response
A page of enrichment-run summaries in the canonical list envelope.
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.