---
title: "Get Budget"
method: GET
path: "/v1/budgets/{budget_id}"
tags: ["budgets"]
---

# Get Budget

`GET /v1/budgets/{budget_id}`

Get details of a specific budget.

## Path parameters

- `budget_id` string, required

## Response `200`

Successful Response

- BudgetResponse — Response model for budget information. ``max_budget``, ``token_limit`` and ``request_limit`` are the per-user ceilings, each independent and each unlimited when null, and multiple users can share one budget, so the usage rollup is an aggregate over the users assigned to this budget: how many there are and their combined ``spend`` / ``reserved``. Assigning users to a budget is done through the users API (dashboard support lands with user management), so a fresh gateway reports zeros here.
  - `budget_duration_sec` integer, nullable, required
  - `budget_id` string, required
  - `created_at` string, required
  - `max_budget` number, nullable, required
  - `name` string, nullable, required
  - `organization_id` string, uuid, nullable, required
  - `request_limit` integer, nullable, required
  - `reset_alignment` string, nullable, required
  - `token_limit` integer, nullable, required
  - `total_reserved` number
  - `total_spend` number
  - `updated_at` string, required
  - `user_count` integer

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `1be78e895028` — 2 info
  - added the required property `request_limit` to the response with the `200` status
  - added the required property `token_limit` to the response with the `200` status
- **2026-09-02** `aaeeb1258b20` — 1 info
  - added the required property `organization_id` to the response with the `200` status
- **2026-08-21** `e0dee1efa501` — 1 info
  - added the required property `reset_alignment` to the response with the `200` status
- **2026-08-21** `2f89238cc674` — 1 breaking
  - removed the required property `reset_alignment` from the response with the `200` status
- **2026-08-21** `875cef5dd6a8` — 1 info
  - added the required property `reset_alignment` to the response with the `200` status

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