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

# Quota history for a given namespace.

`GET /quota/history/{owner}/`

Quota history for a given namespace.

## Response `200`

OK

- QuotaHistory
  - `history` History[], required
    - `days` integer
    - `display` HistoryFieldset, required
      - `downloaded` Usage, required
        - `limit` string
        - `percentage` string
        - `used` string
      - `storage_used` StorageUsage, required
        - `limit` string
        - `peak` string
        - `percentage` string
        - `used` string
      - `uploaded` Usage, required
        - `limit` string
        - `percentage` string
        - `used` string
    - `end` string, date-time, required
    - `plan` string, required
    - `raw` HistoryFieldsetRaw, required
      - `downloaded` UsageRaw, required
        - `limit` integer
        - `percentage` string, decimal
        - `used` integer
      - `storage_used` StorageUsageRaw, required
        - `limit` integer
        - `peak` integer
        - `percentage` string, decimal
        - `used` integer
      - `uploaded` UsageRaw, required
        - `limit` integer
        - `percentage` string, decimal
        - `used` integer
    - `start` string, date-time, required

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