Atlas
Platform Admin

Aggregate platform stats

SaaS only. Returns aggregate platform statistics: total workspaces, active users, total queries, MRR.

GET
/api/v1/platform/stats

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/platform/stats"
{
  "totalWorkspaces": 0,
  "activeWorkspaces": 0,
  "suspendedWorkspaces": 0,
  "totalUsers": 0,
  "totalQueries24h": 0,
  "mrr": 0
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}