---
title: "List Organization Spend Ceilings"
method: GET
path: "/v1/organizations/me/spend-ceilings"
tags: ["organization-budgets"]
---

# List Organization Spend Ceilings

`GET /v1/organizations/me/spend-ceilings`

List the ceilings capping identities inside this organization. Owners and admins only.

A ceiling whose budget this organization does not own is listed with
``manageable`` false rather than omitted: it is enforcing against this
organization's spend, so leaving it out would let the page read as uncapped.

## Query parameters

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

## Response `200`

Successful Response

- OrganizationScopedBudgetsPublic
  - `count` integer, required
  - `data` OrganizationScopedBudgetPublic[], required
    - `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
    - `manageable` boolean, 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 `data/items/current_requests` to the response with the `200` status
  - added the required property `data/items/current_tokens` to the response with the `200` status
  - added the required property `data/items/request_limit` to the response with the `200` status
  - added the required property `data/items/reserved_requests` to the response with the `200` status
  - …2 more
- **2026-08-31** `1a5cf829e593` — 1 info
  - endpoint added

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