Returns event bus statistics and event counts grouped by category. Requires read scope.
curl --request POST \
--url https://api.svantic.com/telemetry/get_event_stats \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"total_events": 0,
"buffer_size": 0,
"subscribers": 0,
"category_counts": {
"sample_key": 0
}
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.svantic.com/telemetry/get_event_stats \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"total_events": 0,
"buffer_size": 0,
"subscribers": 0,
"category_counts": {
"sample_key": 0
}
}