---
title: "Get quotas for a customer"
method: GET
path: "/projects/{projectId}/customers/{customerId}/quotas"
tags: ["Customers"]
---

# Get quotas for a customer

`GET /projects/{projectId}/customers/{customerId}/quotas`

## Path parameters

- `projectId` string, required
- `customerId` string, required

## Response `200`

Returns quota limits and current usage for the tenant associated with the specified customer. Usage reflects the number of enabled users. A value of `-1` indicates an unlimited resource.

- object
  - `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.dev/corti/apis/admin-api.md) · [All operations](https://skmtc.dev/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corti/admin-api/revisions/5d1895a1b3fc/schema)
