---
title: "Get quotas for all tenants within a project"
method: GET
path: "/projects/{projectId}/quotas"
tags: ["Projects"]
---

# Get quotas for all tenants within a project

`GET /projects/{projectId}/quotas`

## Path parameters

- `projectId` string, required

## Response `200`

Returns quota limits and current usage for all available tenants in the project. Only tenants that are reachable at the time of the request are included in the response. Usage reflects the number of enabled users. A value of `-1` indicates an unlimited resource.

- object
  - `quotas` object[], required
    - `region` string, required — Region for the tenant
    - `tenantName` string, required — The tenant identifier
    - `users` QuotaUsage, required
      - `quota` integer, required — Maximum allowed usage; -1 indicates unlimited
      - `usage` integer, required — Current consumption
      - `remaining` integer, required — Remaining usage; -1 indicates unlimited

## Other responses

- `400` — Bad Request
- `401` — Authentication failed
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal server error
- `503` — External service unavailable

---

[API](https://skmtc.net/corti/apis/admin-api.md) · [All operations](https://skmtc.net/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corti/admin-api/revisions/5d1895a1b3fc/schema)
