Backfills
Create Backfill
POST
Creates a new backfill for a specific sink. The backfill will be created in the active
state.
Request fields
The name or ID of the sink
Response 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