---
title: "Backfill Ingestion"
method: POST
path: "/console/v1/ingestion/backfill"
tags: ["Ingestions"]
---

# Backfill Ingestion

`POST /console/v1/ingestion/backfill`

## Request body

- IngestionBackfillContractDto
  - `datestamp_start` string, required — Expected valid date in the form of YYYY-MM-DD
  - `datestamp_end` string, required — Expected valid date in the form of YYYY-MM-DD
  - `type` 'redshift' | 'bigquery-v2' | 'snowflake-v2' | 'databricks' | 'azure-synapse' | 's3' | 'athena' | 'adls', required
  - `source` union
    - string
    - string[]
  - `dataset` 'Events' | 'Metrics' | 'entity_properties' | 'export_exposures' | 'export_events', required

## Response `200`

Backfill Ingestion Success

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `runID` string, required

## Other responses

- `400` — Invalid request. Please check the request input and try again.

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/revisions/3189f450c93b/schema)
