v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Ingestions

Read Ingestion

get/console/v1/ingestion

Query parameters

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

Response

Read Ingestion Success

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Ingestion schedule updated successfully.",
  "data": {
    "dataset": "Metrics",
    "scheduled_hour_pst": 10
  }
}