---
title: "Get org quotas and usage"
method: GET
path: "/v1/org/quotas"
tags: ["quotas"]
---

# Get org quotas and usage

`GET /v1/org/quotas`

## Response `200`

Quota limits and current usage

- OrgQuotaUsage
  - `orgId` string, required
  - `limits` OrgQuotaValues, required
    - `vcpu` integer, required
    - `memoryMiB` integer, required
    - `diskGiB` integer, required
    - `snapshotCount` integer, required
  - `usage` OrgQuotaValues, required
    - `vcpu` integer, required
    - `memoryMiB` integer, required
    - `diskGiB` integer, required
    - `snapshotCount` integer, required

## Other responses

- `401` — Missing or invalid credentials
- `500` — Internal server error

## Changes

- **2026-04-22** `fdb53b5a79b3` — 5 info
  - api operation id `getOrgQuotas` removed and replaced with `getQuotas`
  - api tag `quotas` added
  - api tag `Organization` removed
  - added the non-success response with the status `500`
  - …1 more

[Change history](https://skmtc.dev/fastvm-org/apis/fastvm-api/changes/v1/org/quotas/get.md)

---

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