---
title: "GET /v1/quotas"
method: GET
path: "/v1/quotas"
tags: ["Quotas"]
---

# GET /v1/quotas

`GET /v1/quotas`

List all quotas.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `name` string
- `id` string
- `native_quota_id` string
- `native_filesystem_id` string
- `native_qtree_id` string
- `storage_id` string
- `type` 'filesystem' | 'tree' | 'user' | 'group'

## Response `200`

List quota query was success

- object
  - `quotas` QuotaSpec[], required
    - `id` string, required
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `native_quota_id` string
    - `name` string, required
    - `type` 'filesystem' | 'tree' | 'user' | 'group', required
    - `storage_id` string
    - `native_filesystem_id` string
    - `native_qtree_id` string
    - `capacity_hard_limit` integer
    - `capacity_soft_limit` integer
    - `file_hard_limit` integer
    - `file_soft_limit` integer
    - `used_capacity` integer
    - `file_count` integer
    - `user_group_name` string

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `500` — An unexpected error occured.

---

[API](https://skmtc.net/sodafoundation/apis/soda-infrastructure-management-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-infrastructure-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-infrastructure-management-api/revisions/b2017613d719/schema)
