---
title: "List Waitlist"
method: GET
path: "/api/v1/internal/self-serve/waitlist"
tags: ["internal", "self-serve"]
---

# List Waitlist

`GET /api/v1/internal/self-serve/waitlist`

Who is waiting and since when, in the order the operator asked for.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'longest_wait' | 'newest' | 'email' — How an operator wants the waitlist ordered. A closed vocabulary rather than a column name from the caller: the sort reaches an ORDER BY, so accepting free text would let the wire choose what the database sorts on.

## Response `200`

Successful Response

- WaitlistPageResponse
  - `items` WaitlistEntryResponse[], required
    - `account_id` string, uuid, required
    - `email` string, required
    - `waiting_since` string, date-time, required
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `e17aaa23de12` — 1 info
  - added the new optional `query` request parameter `sort`
- **2026-08-25** `b61a1454aad6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/maia-analytics/apis/maia-api/changes/api/v1/internal/self-serve/waitlist/get.md)

---

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