curl --request POST \
--url https://statsigapi.net/console/v1/ingestion/schedule \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '
{
"dataset": "Events",
"scheduled_hour_pst": 10
}
'{
"message": "Ingestion schedule updated successfully.",
"data": {
"dataset": "Metrics",
"scheduled_hour_pst": 10
}
}curl --request POST \
--url https://statsigapi.net/console/v1/ingestion/schedule \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '
{
"dataset": "Events",
"scheduled_hour_pst": 10
}
'{
"message": "Ingestion schedule updated successfully.",
"data": {
"dataset": "Metrics",
"scheduled_hour_pst": 10
}
}Documentation Index
Fetch the complete documentation index at: https://statsig-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Optional header to respect review settings for mutation endpoints.