Backfills
List Backfills
GET
Returns a list of all backfills for a specific sink.
Request fields
The name or ID of the sink
Response fields
Where each sink_consumer
is an object with the following fields:
The unique identifier of the backfill
The current state of the backfill (active, completed, cancelled)
The timestamp when the backfill was created
The name of the sink consumer
The timestamp when the backfill was last updated
The timestamp when the backfill was cancelled (null if not cancelled)
The timestamp when the backfill was completed (null if not completed)
The number of rows ingested by the backfill
The initial number of rows to be processed
The number of rows processed by the backfill
The column used for sorting the backfill data