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