axonpush
API referenceAnalytics

GET /analytics/dimensions

Start here for custom-dimension analytics: this lists the business attribute keys your app has stamped on its telemetry (e.g. participant_role, tenant, plan). Feed a key into /analytics/breakdown?dimension=tag&tagKey=<key> to rank it, then into filterTagKey+filterTagValue on /analytics/timeseries and /analytics/latency to trend and get percentiles for one value.

GET
/analytics/dimensions

Query Parameters

environment?string

Filter to one environment id or slug; empty = all

limit?integer

Max dimensions (default 50, max 500)

Formatint64

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/analytics/dimensions"
{  "$schema": "https://example.com/schemas/DimensionsOutputBody.json",  "dimensions": [    {      "key": "string",      "lastSeen": "string",      "source": "string"    }  ]}