---
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

---

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