---
title: "List Organization Budgets"
method: GET
path: "/v1/organizations/me/budgets"
tags: ["organization-budgets"]
---

# List Organization Budgets

`GET /v1/organizations/me/budgets`

List the budgets this organization has defined. Owners and admins only.

## Query parameters

- `skip` integer — Number of records to skip
- `limit` integer — Maximum number of records to return

## Response `200`

Successful Response

- OrganizationBudgetsPublic
  - `count` integer, required
  - `data` OrganizationBudgetPublic[], required
    - `budget_duration_sec` integer, nullable, required
    - `budget_id` string, required
    - `ceiling_count` integer, required
    - `created_at` string, required
    - `max_budget` number, nullable, required
    - `name` string, nullable, required
    - `organization_id` string, uuid, required
    - `request_limit` integer, nullable, required
    - `reset_alignment` string, nullable, required
    - `token_limit` integer, nullable, required
    - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `1be78e895028` — 2 info
  - added the required property `data/items/request_limit` to the response with the `200` status
  - added the required property `data/items/token_limit` to the response with the `200` status
- **2026-08-31** `1a5cf829e593` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/organizations/me/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.dev/mozilla-ai/apis/otari/revisions/80c117c36f36?raw)
