Skip to main content
GET
Poll a backfill run's progress.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

runId
string
required

Response

A backfill run

An identity graph backfill run

completedDate
string

When the run finished (ISO 8601)

created_date
string

When the run was queued (ISO 8601)

error
string

Failure reason when status is failed

id
string

Run ID

Touchpoints created

personsCreated
integer

People created by this run

personsUpdated
integer

People merged by this run

recordsScanned
integer

Source records scanned

sourceStats
object

Records scanned per source type

startedDate
string

When the run started (ISO 8601)

status
string

queued, running, completed, or failed