curl --request POST \
--url https://statsigapi.net/console/v1/ingestion/backfill \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"datestamp_start": "<string>",
"datestamp_end": "<string>",
"type": "redshift",
"source": "<string>",
"dataset": "Events"
}'
{
"message": "Ingestion backfilled successfully.",
"data": {
"runID": "string"
}
}
curl --request POST \
--url https://statsigapi.net/console/v1/ingestion/backfill \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"datestamp_start": "<string>",
"datestamp_end": "<string>",
"type": "redshift",
"source": "<string>",
"dataset": "Events"
}'
{
"message": "Ingestion backfilled successfully.",
"data": {
"runID": "string"
}
}
Optional header to respect review settings for mutation endpoints.
Backfill Ingestion Success
The response is of type object
.