Skip to main content
GET
Returns a list of all backfills for a specific sink.

Request fields

string
required
The name or ID of the sink

Response fields

sink_consumer[]
Where each sink_consumer is an object with the following 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