---
title: "Retrieve organization spend limit"
method: GET
path: "/organization/spend_limit"
---

# Retrieve organization spend limit

`GET /organization/spend_limit`

Get the organization's hard spend limit.

## Response `200`

Hard spend limit retrieved successfully.

- OrganizationSpendLimitResource — Represents a hard spend limit configured at the organization level.
  - `object` 'organization.spend_limit', required — The object type, which is always `organization.spend_limit`.
  - `threshold_amount` integer, required — The hard spend limit amount, in cents.
  - `currency` union, required
    - string
    - 'USD'
  - `interval` union, required
    - string
    - 'month'
  - `enforcement` SpendLimitEnforcement, required — The current enforcement state of a hard spend limit.
    - `status` union, required
      - string
      - 'inactive' | 'enforcing'

---

[API](https://skmtc.net/openai/apis/openai-api.md) · [All operations](https://skmtc.net/openai/apis/openai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api/versions/dcd35773a322/schema)
