POST
/
console
/
v1
/
ingestion
/
backfill
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"
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Body

application/json
datestamp_start
string
required
datestamp_end
string
required
type
enum<string>
required
Available options:
redshift,
bigquery-v2,
snowflake-v2,
databricks,
azure-synapse,
s3,
athena,
adls
dataset
enum<string>
required
Available options:
Events,
Metrics,
export_exposures,
entity_properties
source

Response

200
application/json
Backfill Ingestion Success
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.