---
title: "Dashboard"
method: GET
path: "/admin"
tags: ["Admin"]
---

# Dashboard

`GET /admin`

Admin dashboard with overview statistics.

Returns:
    Dashboard page with stats and recent activity.

## Response `200`

Request fulfilled, document follows

- AdminDashboardPage
  - `recentLogs` AuditLogItem[]
    - `action` string, required
    - `actorEmail` string, required
    - `createdAt` string, date-time, required
    - `details` object, nullable
    - `id` string, uuid, required
    - `ipAddress` string, nullable
    - `targetId` string, uuid, required
    - `targetLabel` string, nullable
    - `targetType` string, required
  - `stats` AdminStats, required
    - `activeUsers` integer
    - `recentSignups` integer
    - `totalTeams` integer
    - `totalUsers` integer
    - `verifiedUsers` integer

## Changes

- **2025-12-26** `1df5362b73fc` — 1 info
  - endpoint added
- **2025-12-22** `6b2fad3e4bcc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/litestar-org/apis/app/changes/admin/get.md)

---

[API](https://skmtc.dev/litestar-org/apis/app.md) · [All operations](https://skmtc.dev/litestar-org/apis/app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litestar-org/app/revisions/461f3baecebb/schema)
