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

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Query Parameters

type
enum<string>
required
Available options:
redshift,
bigquery-v2,
snowflake-v2,
databricks,
azure-synapse,
s3,
athena,
adls
dataset
enum<string>
required
Available options:
Events,
Metrics,
export_exposures,
entity_properties
source_name
string

Response

200 - application/json
Read Ingestion Success
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.