API referenceAdmin
GET /admin/overview
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/admin/overview"{ "$schema": "https://example.com/schemas/OverviewBody.json", "events": { "thisCycle": 0, "today": 0, "total": 0 }, "managedLlm": { "costUsdThisMonth": 0.1, "tokensThisMonth": 0, "tracesThisMonth": 0 }, "mrr": { "byPlan": [ { "count": 0, "mrrUsd": 0.1, "plan": "string" } ], "estimateUsd": 0.1, "payingOrgs": 0 }, "planDistribution": [ { "count": 0, "key": "string" } ], "subscriptionStatusDistribution": [ { "count": 0, "key": "string" } ], "totals": { "orgs": 0, "users": 0 }}