---
title: "Get project spend limit"
method: GET
path: "/organization/projects/{project_id}/spend_limit"
---

# Get project spend limit

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

Get a project's hard 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'

## Other responses

- `400` — The project ID is invalid.
- `403` — The caller does not have permission to perform this operation.
- `404` — The project was not found or does not have a hard spend limit.

## Changes

- **2026-09-25** `d86203de41ae` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **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.dev/openai/apis/openapi/revisions/d86203de41ae?raw)
