v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Ingestions

Backfill Ingestion

post/console/v1/ingestion/backfill

Request body

datestamp_startstring required

Expected valid date in the form of YYYY-MM-DD

datestamp_endstring required

Expected valid date in the form of YYYY-MM-DD

type'redshift' | 'bigquery-v2' | 'snowflake-v2' | 'databricks' | 'azure-synapse' | 's3' | 'athena' | 'adls' required
dataset'Events' | 'Metrics' | 'entity_properties' | 'export_exposures' | 'export_events' required

Example request

{
  "datestamp_start": "2024-01-01",
  "datestamp_end": "2024-01-01"
}

Response

Backfill Ingestion Success

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Ingestion backfilled successfully.",
  "data": {
    "runID": "string"
  }
}