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

# Get Scoped Budget

`GET /v1/scoped-budgets/{budget_id}`

Get one scoped budget.

## Path parameters

- `budget_id` string, required

## Response `200`

Successful Response

- ScopedBudgetResponse — One scoped ceiling and its live counters. Unlike ``/v1/budgets``, the counters are the row's own: a scoped ceiling is enforced against ``current_spend + reserved_spend``, so there is no rollup over users to compute. Every limit, along with ``budget_duration_sec`` and ``reset_alignment``, is read off the budget rather than stored here, and carried on the wire so a caller can render a ceiling without fetching every budget to resolve one id.
  - `budget_duration_sec` integer, nullable, required
  - `budget_id` string, required
  - `created_at` string, required
  - `current_requests` integer, required
  - `current_spend` number, required
  - `current_tokens` integer, required
  - `id` string, required
  - `max_budget` number, nullable, required
  - `name` string, nullable, required
  - `period_end` string, nullable, required
  - `period_start` string, nullable, required
  - `provider_key_id` string, nullable, required
  - `request_limit` integer, nullable, required
  - `reserved_requests` integer, required
  - `reserved_spend` number, required
  - `reserved_tokens` integer, required
  - `reset_alignment` string, nullable, required
  - `scope_id` string, required
  - `scope_type` string, required
  - `token_limit` integer, nullable, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `1be78e895028` — 6 info
  - added the required property `current_requests` to the response with the `200` status
  - added the required property `current_tokens` to the response with the `200` status
  - added the required property `request_limit` to the response with the `200` status
  - added the required property `reserved_requests` to the response with the `200` status
  - …2 more
- **2026-08-21** `e0dee1efa501` — 1 info
  - added the required property `budget_id` to the response with the `200` status
- **2026-08-21** `2f89238cc674` — 1 breaking
  - removed the required property `budget_id` from the response with the `200` status
- **2026-08-21** `875cef5dd6a8` — 1 info
  - added the required property `budget_id` to the response with the `200` status
- **2026-08-20** `75f36563b747` — 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/scoped-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.dev/mozilla-ai/apis/otari/revisions/80c117c36f36?raw)
