v2
latestOpenAPI 3.0.02026-08-073221853.1 MBIngestions
Get Ingestion Event Count
get/console/v1/ingestion/events/count
Query parameters
source_namestring
event_namestring
start_datestring required
Example:2024-01-01
Expected valid date in the form of YYYY-MM-DD
end_datestring required
Example:2024-01-01
Expected valid date in the form of YYYY-MM-DD
Response
Get Ingestion Event Count Success
Example response
{
"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
}