curl --request GET \
--url https://statsigapi.net/console/v1/ingestion \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Ingestion schedule updated successfully.",
"data": {
"dataset": "Metrics",
"scheduled_hour_pst": 10
}
}
curl --request GET \
--url https://statsigapi.net/console/v1/ingestion \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Ingestion schedule updated successfully.",
"data": {
"dataset": "Metrics",
"scheduled_hour_pst": 10
}
}
Optional header to respect review settings for mutation endpoints.
redshift
, bigquery-v2
, snowflake-v2
, databricks
, azure-synapse
, s3
, athena
, adls
Events
, Metrics
, export_exposures
, entity_properties
Read Ingestion Success
The response is of type object
.