---
title: "Get Waitlist Stats"
method: GET
path: "/api/v1/admin/waitlist/stats"
tags: ["admin-waitlist"]
---

# Get Waitlist Stats

`GET /api/v1/admin/waitlist/stats`

Return aggregate waitlist counts by status.

Requires ``waitlist:view`` permission.

## Response `200`

Successful Response

- WaitlistStatsResponse — Aggregate waitlist statistics for the admin dashboard.
  - `total` integer, required
  - `pending` integer, required
  - `approved` integer, required
  - `denied` integer, required
  - `converted` integer, required

---

[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)
