---
title: "List max and currently used project quotas."
method: GET
path: "/projects/{project_id}/quotas"
tags: ["Quotas"]
---

# List max and currently used project quotas.

`GET /projects/{project_id}/quotas`

## Path parameters

- `project_id` string, required

## Response `200`

- ListProjectQuotasResponse
  - `quotas` ProjectQuota[] — Quotas are all returned project quotas
    - `available` integer — Used is the remaining quota available
    - `category` string — Category is the quota category
    - `description` string — Description is the customer-facing description of the quota
    - `max` integer — Max is the maximum quota allowed for the resource in the project
    - `programmatic_name` string — ProgrammaticName is the external name of the resource the quota applies to
    - `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 project

## 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)
