Legacy alias: track an enrichment run (use GET /enrichment-runs/{runId})
Deprecated alias for GET /enrichment-runs/{runId} — identical response.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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.