---
title: "List Users"
method: GET
path: "/v1/users"
tags: ["users"]
---

# List Users

`GET /v1/users`

List all users with pagination.

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- UserResponse[]
  - `alias` string, nullable, required
  - `allowed_models` string[], nullable, required
  - `blocked` boolean, required
  - `budget_id` string, nullable, required
  - `budget_started_at` string, nullable, required
  - `created_at` string, required
  - `metadata` object, required
  - `next_budget_reset_at` string, nullable, required
  - `reserved` number, required
  - `spend` number, required
  - `updated_at` string, required
  - `user_id` string, required

## Other responses

- `422` — Validation Error

## Changes

> 41 revisions in range; the search stopped early because reading took too long.

- **2026-07-21** `d7a89e7ed4d3` — 1 info
  - added the required property `items/allowed_models` to the response with the `200` status

[Full history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/users/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/66056c7fd2e2/schema)
