GET
/organizations/{organizationId}/analytics/overviewGet analytics overview
Returns headline adoption, API reliability, workflow, and revenue metrics.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
organizationIdpath · stringrequired
Opaque organization identifier.
periodquery · stringoptional
Valuesenum
"24h" · "7d" · "30d" · "90d"
timezonequery · stringoptional
Responses
200application/json
Analytics overview.
{
"period": {
"from": "2026-08-04T00:00:00Z",
"to": "2026-09-03T23:59:59Z",
"timezone": "Europe/Warsaw"
},
"activation": {
"signups": 1842,
"activated": 920,
"rate": 49.95
},
"api": {
"requests": 1820043,
"success_rate": 99.98,
"p95_latency_ms": 184
},
"workflows": {
"runs": 48912,
"failed": 23,
"replayed": 18
},
"revenue": {
"mrr": 184200,
"currency": "USD",
"expansion_mrr": 12200,
"churned_mrr": 2100
},
"request_id": "req_01J8G3P4M5N6Q7R8S9T"
}periodobjectoptional
activationobjectoptional
apiobjectoptional
workflowsobjectoptional
revenueobjectoptional
request_idstringoptional
Powered by heyo-docs