---
title: "Get global user credits limit"
method: GET
path: "/api/v0/organization/usage/limits/global"
tags: ["Organization"]
---

# Get global user credits limit

`GET /api/v0/organization/usage/limits/global`

Returns the global per-user credits limit for the organization. This limit applies to all users who do not have an individual override.

## Response `200`

Response for status 200

- GetGlobalLimit200ResponseBody
  - `limit` integer, nullable, required — Current global per-user credits limit, or null if none is configured

## Other responses

- `401` — Response for status 401
- `403` — Response for status 403
- `500` — Response for status 500

---

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