Skip to main content
POST
/
telemetry
/
get_event_stats
Event statistics
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.

Body

application/json

Empty body — tenant derived from JWT.

Response

Event statistics.

ok
boolean
required
total_events
integer
buffer_size
integer
subscribers
integer
category_counts
object

Event counts grouped by category.