---
title: "Admin: List developer API accounts"
method: GET
path: "/v1/admin/accounts"
tags: ["admin"]
---

# Admin: List developer API accounts

`GET /v1/admin/accounts`

## Query parameters

- `email_contains` string, nullable
- `user_id` string, nullable
- `limit` integer
- `cursor` string, nullable

## Headers

- `authorization` string

## Response `200`

Successful Response

- AdminAccountListResponse — Paginated response for `GET /admin/accounts`.
  - `items` AdminAccountSummary[]
    - `user_id` string, required — User ID (Firebase UID or Clerk sub)
    - `email` string, nullable — Account email
    - `billing_type` string — 'prepaid' or 'postpaid'
    - `spending_limit` integer, nullable — Spending limit per period in dollars
    - `balance_dollars` number, nullable — Prepaid shadow balance (dollars)
    - `rpm_limit` integer, nullable — RPM limit
    - `concurrency_limit` integer, nullable — Concurrency limit
    - `created_at` string, nullable — Account creation timestamp
  - `next_cursor` string, nullable — Opaque cursor; pass to next call as `cursor=...`

---

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