---
title: "Get Resource Quota"
method: GET
path: "/v2/cloud-gateways/resource-quotas/{resourceQuotaId}"
tags: ["Cloud Gateways Resource Quotas"]
---

# Get Resource Quota

`GET /v2/cloud-gateways/resource-quotas/{resourceQuotaId}`

Retrieves a single organization-level resource quota override by ID.

## Path parameters

- `resourceQuotaId` string, uuid, required

## Response `200`

Response format for retrieving a resource quota for an organization.

- ResourceQuota — Object containing information about a resource quota for an organization.
  - `id` string, uuid, required
  - `resource` 'count/provider-accounts.per-provider' | 'count/networks.not-offline' | 'count/data-planes-estimate' | 'count/serverless-data-planes-estimate' | 'count/data-plane-groups-estimate' | 'count/managed-cache-instances' | 'max/managed-cache-size', required — Enumeration of resources available for quota enforcement.
  - `name` string, required — The human-readable name of this resource quota.
  - `description` string, required — A more verbose description of what this resource quota enforces.
  - `value` integer, required — The aggregate non-negative integer count of this resource that's allowed for the organization.
  - `created_at` string, date-time, required — An RFC-3339 timestamp representation of resource quota creation date.
  - `updated_at` string, date-time, required — An RFC-3339 timestamp representation of resource quota update date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b576ea92fca2/schema)
