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
}
Optional header to respect review settings for mutation endpoints.
Get Ingestion Event Count Success
The response is of type object
.