v1

latestOpenAPI 3.1.02026-07-267154122.0 KB
Workspace

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.

get/enrichment-runs/{runId}

Response

The enrichment-run detail.

object'enrichment_run' required
idstring uuid required
batchIdstring uuid required

Legacy alias of id — kept for pre-restructure consumers.

tableIdstring uuid required
typestring required

The run's work type (e.g. upsert).

statusstring required
createdAtstring date-time required
completedAtstring date-time nullable required
rowCountinteger required

Rows this run processed. For upsert runs this is the per-row outcome ledger length (one entry per input row).

creditsUsedinteger required

Settled credit cost. 0 until the run reaches a terminal status.