---
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

---

[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/versions/f920f418f552/schema)
