curl --request GET \
--url https://statsigapi.net/console/v1/ingestion/events/count \
--header 'STATSIG-API-KEY: <api-key>'{
"type": "databricks",
"dataset": "Metrics",
"source_name": "ingestion-1",
"query": "SELECT * FROM TABLE",
"column_mapping": {
"unit_id": "string",
"id_type": "string",
"dateid": "string",
"metric_name": "string",
"metric_value": "string",
"numerator": "string",
"denominator": "string"
},
"use_delta_sharing": false,
"share": "string",
"schema": "string",
"table": "string",
"enabled": false
}curl --request GET \
--url https://statsigapi.net/console/v1/ingestion/events/count \
--header 'STATSIG-API-KEY: <api-key>'{
"type": "databricks",
"dataset": "Metrics",
"source_name": "ingestion-1",
"query": "SELECT * FROM TABLE",
"column_mapping": {
"unit_id": "string",
"id_type": "string",
"dateid": "string",
"metric_name": "string",
"metric_value": "string",
"numerator": "string",
"denominator": "string"
},
"use_delta_sharing": false,
"share": "string",
"schema": "string",
"table": "string",
"enabled": false
}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.
Get Ingestion Event Count Success
The response is of type any.