---
title: "List max and currently used organization quotas."
method: GET
path: "/organizations/{organization_id}/quotas"
tags: ["Quotas"]
---

# List max and currently used organization quotas.

`GET /organizations/{organization_id}/quotas`

## Path parameters

- `organization_id` string, required

## Response `200`

- ListOrgQuotasResponse
  - `quotas` OrgQuota[] — Quotas are all returned org quotas
    - `available` integer — Available is the remaining quota available to the org
    - `description` string — Description is the customer-facing description of the quota
    - `max` integer — Max is the maximum quota allowed for the resource in the org
    - `programmatic_name` string — ProgrammaticName is the external, human-friendly identifier for the quota
    - `type` string — Type is the enum quota type. This is meant to be used internally
    - `used` integer — Used is the current quota consumed by the org

## Other responses

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/revisions/a3fd2dedc72b/schema)
