TimeSeriesResponse
/dau, /wau, /mau, /new-users, /tool-calls, /daily-sessions, /session-length, /tool-calls-per-user
application/json{
"metric": "dau",
"organizationId": "org_xxx",
"from": "2026-02-01",
"to": "2026-02-21",
"data": [
{ "period": "2026-02-20", "value": 1217 },
{ "period": "2026-02-21", "value": 1248 }
]
}
RetentionResponse
/retention
application/json{
"metric": "retention",
"organizationId": "org_xxx",
"from": "2026-02-01",
"to": "2026-02-21",
"days": 7,
"data": [
{ "period": "2026-02-01", "retained": 101, "cohortSize": 230 }
]
}
{
"metric": "users-by",
"organizationId": "org_xxx",
"dimension": "locale",
"data": [
{ "key": "en-US", "count": 921 },
{ "key": "de-DE", "count": 171 }
]
}
PowerUsersResponse
/power-users
application/json{
"metric": "power-users",
"organizationId": "org_xxx",
"from": "2026-02-01",
"to": "2026-02-21",
"threshold": 10,
"totalUsers": 814,
"powerUsers": 169,
"percentage": 20.76
}
FeatureAdoptionResponse
/feature-adoption
application/json{
"metric": "feature-adoption",
"organizationId": "org_xxx",
"from": "2026-02-01",
"to": "2026-02-21",
"data": [
{
"feature": "requestDisplayMode",
"sessionsWithFeature": 302,
"totalSessions": 1048,
"percentage": 28.82
}
]
}