Track an enrichment run (incl. per-row upsert outcomes)
Run status, row count, enrichment counts, credits used, and — for
upsert-type runs — the per-row outcomes[] ledger plus
outcomeCounts. GET /batches/{batchId} is the deprecated alias.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The enrichment-run id (also its legacy batchId).
Response
The enrichment-run detail.
A tracked batch of column-over-row work on a table (upserts, file
ingests). id is canonical; batchId is the kept legacy alias
(identical value).
"enrichment_run"Legacy alias of id — kept for pre-restructure consumers.
The run's work type (e.g. upsert).
Rows this run processed. For upsert runs this is the
per-row outcome ledger length (one entry per input row).
Settled credit cost. 0 until the run reaches a terminal status.
Present only on upsert-type runs — the per-row outcome ledger.
Present only on upsert-type runs.