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

# List Scoped Budgets

`GET /v1/scoped-budgets`

List scoped budgets, optionally filtered to one scope.

## Query parameters

- `scope_type` 'organization' | 'workspace' | 'workspace_member' | 'org_member' | 'api_token', nullable
- `scope_id` string, nullable
- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- ScopedBudgetResponse[]
  - `budget_duration_sec` integer, nullable, required
  - `budget_id` string, required
  - `created_at` string, required
  - `current_spend` number, 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
  - `reserved_spend` number, required
  - `reset_alignment` string, nullable, required
  - `scope_id` string, required
  - `scope_type` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-21** `e0dee1efa501` — 1 info
  - added the required property `items/budget_id` to the response with the `200` status
- **2026-08-21** `2f89238cc674` — 1 breaking
  - removed the required property `items/budget_id` from the response with the `200` status
- **2026-08-21** `875cef5dd6a8` — 1 info
  - added the required property `items/budget_id` to the response with the `200` status
- **2026-08-20** `75f36563b747` — 1 info
  - added the required property `items/reset_alignment` to the response with the `200` status
- **2026-08-19** `3945cde96091` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/scoped-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/4dbc718fb44d/schema)
