---
title: "Get Team Stats"
method: GET
path: "/api/admin/dashboard/stats"
tags: ["Admin Dashboard"]
---

# Get Team Stats

`GET /api/admin/dashboard/stats`

Get team usage statistics (admin/owner only)

## Response `200`

Successful Response

- TeamUsageStats
  - `total_documents` integer, required
  - `total_workflows` integer, required
  - `total_executions` integer, required
  - `tokens_used_today` integer, required
  - `tokens_used_this_week` integer, required
  - `active_members` integer, required

## Changes

- **2026-08-29** `7a7c8e2b5afc` — 2 warning, 1 info
  - deleted the `query` request parameter `scope`
  - deleted the `query` request parameter `team_id`
  - removed the non-success response with the status `422`
- **2026-08-26** `c5a6fbe2731c` — 3 info
  - added the new optional `query` request parameter `scope`
  - added the new optional `query` request parameter `team_id`
  - added the non-success response with the status `422`

[Change history](https://skmtc.dev/qomplement/apis/fastapi/changes/api/admin/dashboard/stats/get.md)

---

[API](https://skmtc.dev/qomplement/apis/fastapi.md) · [All operations](https://skmtc.dev/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/7a7c8e2b5afc/schema)
