---
title: "Quota usage for a given namespace."
method: GET
path: "/quota/{owner}/"
tags: ["quota"]
---

# Quota usage for a given namespace.

`GET /quota/{owner}/`

Quota usage for a given namespace.

## Response `200`

OK

- Quota
  - `usage` UsageFieldset, required
    - `display` UsageLimits, required
      - `bandwidth` AllocatedLimit, required
        - `configured` string
        - `percentage_used` string
        - `plan_limit` string
        - `used` string
      - `storage` StorageAllocatedLimit, required
        - `configured` string
        - `peak` string
        - `percentage_used` string
        - `plan_limit` string
        - `used` string
        - `used_pre_deduplication` string
    - `raw` UsageLimitsRaw, required
      - `bandwidth` AllocatedLimitRaw, required
        - `configured` integer
        - `percentage_used` string, decimal
        - `plan_limit` integer
        - `used` integer
      - `storage` StorageAllocatedLimitRaw, required
        - `configured` integer
        - `peak` integer
        - `percentage_used` string, decimal
        - `plan_limit` integer
        - `used` integer
        - `used_pre_deduplication` integer

## Other responses

- `400` — Request could not be processed (see detail).
- `422` — Missing or invalid parameters (see detail).

---

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