Skip to main content
GET
Get table run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableId
string<uuid>
required
runId
string<uuid>
required

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.

object
string
required
Allowed value: "table_run"
id
string<uuid>
required
tableId
string<uuid>
required
source
enum<string>
required
Available options:
agent,
api,
ui,
lead_source,
backfill
status
enum<string>
required
Available options:
building,
processing,
cancelling,
failing,
complete,
cancelled,
failed
createdAt
string<date-time>
required
activatedAt
string<date-time> | null
completedAt
string<date-time> | null
failureReason
string | null
counts
object | null

Terminal child-outcome counts; null until the run is terminal.