Get table run
Durable recovery read for table-run completion: returns the parent
run’s status, source, timestamps, optional failure reason, and terminal
child counts (counts are present only once the run is terminal). This is
the fallback for a missed table.run.completed webhook. Purged
(retention-expired) or foreign runs return 404.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The table-run id (from enrichment_run.tableRunId or the table.run.completed webhook).
Response
The table-run object.
The durable parent of a table operation (e.g. an API enrichment batch).
Reconciled once its child work finishes, then fanned out via the
table.run.completed webhook. This object is the durable status read.
"table_run"agent, api, ui, lead_source, backfill building, processing, cancelling, failing, complete, cancelled, failed Terminal child-outcome counts; null until the run is terminal.