Backfills
Get backfill
GET
Returns details for a specific backfill.
Request fields
string
required
The name or ID of the sink
string
required
The ID of the backfill
Response fields
string
The unique identifier of the backfill
string
The current state of the backfill (active, completed, cancelled)
string
The name of the table that was backfilled
string
The timestamp when the backfill was created
string
The name of the sink consumer
string
The timestamp when the backfill was last updated
string
The timestamp when the backfill was cancelled (null if not cancelled)
string
The timestamp when the backfill was completed (null if not completed)
integer
The number of rows ingested by the backfill
integer
The initial number of rows to be processed
integer
The number of rows processed by the backfill
string
The column used for sorting the backfill data

