---
title: "List quotas"
method: GET
path: "/quotas"
tags: ["quota"]
---

# List quotas

`GET /quotas`

List quotas

## Query parameters

- `page` integer
- `page_size` integer
- `reference` string
- `reference_id` string
- `sort` string

## Headers

- `X-Request-Id` string

## Response `200`

Successfully retrieved the quotas.

- Quota[]
  - `id` integer — ID of the quota
  - `ref` QuotaRefObject
  - `hard` ResourceList
  - `used` ResourceList
  - `creation_time` string, date-time — the creation time of the quota
  - `update_time` string, date-time — the update time of the quota

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.dev/cerit/apis/harbor-api.md) · [All operations](https://skmtc.dev/cerit/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cerit/harbor-api/revisions/62d78801f8df/schema)
