---
title: "List Setups Needing Attention"
method: GET
path: "/api/v1/internal/self-serve/setups"
tags: ["internal", "self-serve"]
---

# List Setups Needing Attention

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

Admitted accounts still running, failed, or never told, newest first.

The waitlist answers who is waiting; this answers what happened to the
people who stopped waiting, which nothing else on the screen shows.

## Query parameters

- `limit` integer
- `view` 'all' | 'preparing' | 'failed' | 'never_told' — Which slice of the after-admission list to show. ``NEVER_TOLD`` is not an account state — it is ``ready`` with no notice stamp — so this is a view over the list rather than a state filter, and is named for what the operator is looking for rather than for the column.

## Response `200`

Successful Response

- SetupListResponse
  - `items` SetupEntryResponse[], required
    - `account_id` string, uuid, required
    - `email` string, required
    - `state` string, required
    - `since` string, date-time, required
    - `failure_reason` string, nullable
    - `notified` boolean, required
    - `delivery_failed` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `e17aaa23de12` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/maia-analytics/apis/maia-api/changes/api/v1/internal/self-serve/setups/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)
