---
title: "List Resource Quotas"
method: GET
path: "/v2/cloud-gateways/resource-quotas"
tags: ["Cloud Gateways Resource Quotas"]
---

# List Resource Quotas

`GET /v2/cloud-gateways/resource-quotas`

Returns organization-specific resource quota overrides that take precedence over platform
defaults. Each quota enforces a count limit on a specific Cloud Gateway resource type —
including active networks, data planes, serverless data planes, data plane groups, and
provider accounts per cloud provider.

## Query parameters

- `page[size]` integer
- `page[number]` integer

## Response `200`

A paginated list for a collection of resource quotas.

- object
  - `meta` PaginatedMeta, required — returns the pagination information
    - `page` PageMeta, required — Contains pagination query parameters and the total number of objects returned.
      - `number` number, required
      - `size` number, required
      - `total` number, required
  - `data` ResourceQuota[], required
    - `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

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-05-15** `7b92511bab92` — 2 warning
  - added the new `count/managed-cache-instances` enum value to the `data/items/resource` response property for the response status `200`
  - added the new `max/managed-cache-size` enum value to the `data/items/resource` response property for the response status `200`
- **2026-05-05** `9296070059c5` — 1 warning
  - added the new `count/data-plane-groups-estimate` enum value to the `data/items/resource` response property for the response status `200`
- **2025-10-23** `8ab3ec3ed301` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `3c0154b2053a` — 9 breaking
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …5 more

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v2/cloud-gateways/resource-quotas/get.md)

---

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