---
title: "Get dashboard statistics"
method: GET
path: "/dashboard/stats"
tags: ["dashboard"]
---

# Get dashboard statistics

`GET /dashboard/stats`

Returns aggregate key counts and 24-hour usage metrics. Scope is determined by the caller's role: org (admin), team (team_admin), or user (member).

## Response `200`

OK

- InternalApiAdminDashboardStatsResponse
  - `active_keys` integer
  - `cost_estimate_24h` number
  - `requests_24h` integer
  - `scope` string — Scope indicates the data boundary: "org", "team", or "user".
  - `tokens_24h` integer
  - `total_members` integer
  - `total_teams` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
