---
title: "Get the team spend cap"
method: GET
path: "/billing/team/{team_id}/spend-limits"
tags: ["billing"]
---

# Get the team spend cap

`GET /billing/team/{team_id}/spend-limits`

Return the team-wide spend cap. Unset when no row exists. Any member may read.

Args:
    team_id: Billed team.
    auth: Caller.

Returns:
    Configured cap, or ``configured=false``.

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- SpendLimitResponse — Live spend-limit config at one identity. Unset when configured is false.
  - `configured` boolean, required
  - `scope` 'team' | 'project', required
  - `team_id` string, required
  - `project_id` string, nullable
  - `window_kind` 'daily' | 'monthly', nullable
  - `cap_usd` string, nullable
  - `set_by` string, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-24** `1cffaad2a921` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/billing/team/:team_id/spend-limits/get.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
