---
title: "List Budgets"
method: GET
path: "/v1/budgets"
tags: ["budgets"]
---

# List Budgets

`GET /v1/budgets`

List all budgets with pagination.

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- BudgetResponse[]
  - `budget_duration_sec` integer, nullable, required
  - `budget_id` string, required
  - `created_at` string, required
  - `max_budget` number, nullable, required
  - `name` string, nullable, required
  - `reset_alignment` string, nullable, required
  - `total_reserved` number
  - `total_spend` number
  - `updated_at` string, required
  - `user_count` integer

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-21** `e0dee1efa501` — 1 info
  - added the required property `items/reset_alignment` to the response with the `200` status
- **2026-08-21** `2f89238cc674` — 1 breaking
  - removed the required property `items/reset_alignment` from the response with the `200` status
- **2026-08-21** `875cef5dd6a8` — 1 info
  - added the required property `items/reset_alignment` to the response with the `200` status
- **2026-07-21** `d7a89e7ed4d3` — 4 info
  - added the optional property `items/total_reserved` to the response with the `200` status
  - added the optional property `items/total_spend` to the response with the `200` status
  - added the optional property `items/user_count` to the response with the `200` status
  - added the required property `items/name` to the response with the `200` status
- **2026-07-20** `d9a87177ce4a` — 1 info
  - the endpoint scheme security `XApiKeyAuth` was added to the API

[Full history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/budgets/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/eae05f7dd3cd/schema)
