---
title: "Get a project's hard spend limit."
method: GET
path: "/organization/projects/{project_id}/spend_limit"
---

# Get a project's hard spend limit.

`GET /organization/projects/{project_id}/spend_limit`

## Path parameters

- `project_id` string, required

## Response `200`

Hard spend limit retrieved successfully.

- ProjectSpendLimitResource — Represents a hard spend limit configured at the project level.
  - `object` 'project.spend_limit', required — The object type, which is always `project.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'

## Changes

- **2026-08-05** `ab0c5306e390` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/projects/:project_id/spend_limit/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
