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

# Retrieve 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'

---

[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)
