GET
/
console
/
v1
/
ingestion
/
schedule
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
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Query Parameters

dataset
enum<string>
required
Available options:
Events,
Metrics,
export_exposures,
entity_properties

Response

200 - application/json
Read Ingestion Schedule Success
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.