---
title: "Get the specified quota"
method: GET
path: "/quotas/{id}"
tags: ["quota"]
---

# Get the specified quota

`GET /quotas/{id}`

Get the specified quota

## Path parameters

- `id` integer, required

## Headers

- `X-Request-Id` string

## Response `200`

Successfully retrieved the quota.

- Quota — The quota object
  - `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
- `404` — Not found
- `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)
