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

# Get Dashboard Stats

`GET /api/v1/admin/dashboard/`

Return aggregate dashboard statistics for the admin panel.

Requires any authenticated admin (no specific permission check).

## Response `200`

Successful Response

- DashboardStats — Aggregate stats for the admin dashboard.
  - `total_users` integer
  - `active_users` integer
  - `total_projects` integer
  - `projects_by_status` object
  - `pending_quotes` integer
  - `total_cad_files` integer
  - `cad_files_by_format` object
  - `recent_activity` RecentActivityItem[]
    - `type` string, required
    - `id` string, uuid, required
    - `title` string, required
    - `status` string, required
    - `created_at` string, date-time, required
    - `user_name` string, nullable
    - `project_id` string, uuid, nullable

---

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