---
title: "List quotas"
method: GET
path: "/api/v1/organizations/{organizationID}/quotas"
tags: ["Quotas"]
---

# List quotas

`GET /api/v1/organizations/{organizationID}/quotas`

Gets quotas for the organization.

## Response `200`

Queries the quotas for an organizational unit.

- QuotasRead — A list of quotas.
  - `quotas` QuotaRead[], required — A list of quotas.
    - `kind` string, required — The kind of resource.
    - `quantity` integer, required — The maximum amount of that resource.
    - `used` integer, required — The amount of that resource that is used.
    - `free` integer, required — The amount of that resource that is free.
    - `committed` integer, required — The amount of that resource always in use.
    - `reserved` integer, required — The amount of that resource that may be used e.g. autoscaled.
    - `displayName` string, required — The name that should be displayed to end users.
    - `description` string, required — A verbose explanation of what the quota limits.
    - `default` integer, required — The default value of the quota.

## Other responses

- `401` — Authentication failed or the access token has expired.
- `403` — Request was denied by authorization, this may be caused by the authorization token not having the required scope for an API, or the user doesn't have the necessary privileges on the provider platform.
- `500` — An unexpected or unhandled error occurred. This may be a transient error and may succeed on a retry. If this isn't the case, please report it as an issue.

---

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