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

Request fields

sink_id_or_name
string
required
The name or ID of the sink

Response fields

data
sink_consumer[]
Where each sink_consumer is an object with the following fields:
id
string
The unique identifier of the backfill
state
string
The current state of the backfill (active, completed, cancelled)
table
string
The name of the table that was backfilled
inserted_at
string
The timestamp when the backfill was created
sink_consumer
string
The name of the sink consumer
updated_at
string
The timestamp when the backfill was last updated
canceled_at
string
The timestamp when the backfill was cancelled (null if not cancelled)
completed_at
string
The timestamp when the backfill was completed (null if not completed)
rows_ingested_count
integer
The number of rows ingested by the backfill
rows_initial_count
integer
The initial number of rows to be processed
rows_processed_count
integer
The number of rows processed by the backfill
sort_column
string
The column used for sorting the backfill data