---
title: "Get Org Spending Limit"
method: GET
path: "/v0/organizations/{organization_id}/spending-limit"
tags: ["Organizations"]
---

# Get Org Spending Limit

`GET /v0/organizations/{organization_id}/spending-limit`

Get the monthly spending limit for an organization.

Returns the organization's limit. Any member of the organization can read this.

## Path parameters

- `organization_id` integer, required

## Response `200`

Spending limit retrieved successfully

- OrgSpendingLimitResponse — Response for setting organization spending limit.
  - `organization_id` integer, required — Organization ID.
  - `monthly_spending_cap` number, nullable — The set monthly spending limit.
  - `cascaded_updates` object, nullable — Count of child entities that had their limits capped.

## Other responses

- `403` — User is not a member of the organization
- `404` — Organization not found
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
