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

# List Default Resource Quotas

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

Returns the platform-default resource quotas for Cloud Gateways, along with any
organization-level overrides. Use this to view the effective limits for your organization.

## Query parameters

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

## Response `200`

A paginated list for a collection of default 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` DefaultResourceQuota[], 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.
    - `overrides` ResourceQuota[], required — Organizational overrides for this default resource quota.
      - `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.
    - `created_at` string, date-time, required — An RFC-3339 timestamp representation of default resource quota creation date.
    - `updated_at` string, date-time, required — An RFC-3339 timestamp representation of default resource quota update date.

## Other responses

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

## Changes

- **2026-05-15** `7b92511bab92` — 4 warning
  - added the new `count/managed-cache-instances` enum value to the `data/items/overrides/items/resource` response property for the response status `200`
  - 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/overrides/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` — 2 warning
  - added the new `count/data-plane-groups-estimate` enum value to the `data/items/overrides/items/resource` response property for the response status `200`
  - 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`
- …earlier changes not shown

[Full history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v2/cloud-gateways/default-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)
