---
title: "get specified namespace's resource quota and usage"
method: GET
path: "/kapis/resources.kubesphere.io/v1alpha2/namespaces/{namespace}/quotas"
tags: ["Namespaced Resources"]
deprecated: true
---

# get specified namespace's resource quota and usage

`GET /kapis/resources.kubesphere.io/v1alpha2/namespaces/{namespace}/quotas`

> **Deprecated.**

## Path parameters

- `namespace` string, required

## Response `200`

ok

- ApiResourceQuota
  - `data` V1ResourceQuotaStatus, required — ResourceQuotaStatus defines the enforced hard limits and observed use.
    - `hard` object — Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
    - `used` object — Used is the current observed total usage of the resource in the namespace.
  - `namespace` string, required — namespace

---

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