---
title: "List Resource Configurations"
method: GET
path: "/v2/cloud-gateways/resource-configurations"
tags: ["Resource Configurations"]
---

# List Resource Configurations

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

Returns organization-specific resource configuration overrides that take precedence over
platform defaults. Each configuration controls a behavioral setting for a specific Cloud
Gateway resource type — for example, `data-plane-group-idle-timeout-minutes` sets how long
a data plane group can remain idle before it scales to zero instances.

## Query parameters

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

## Response `200`

A paginated list for a collection of resource configurations.

- 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` ResourceConfiguration[], required
    - `id` string, uuid, required
    - `qualifier` 'data-plane-group-idle-timeout-minutes', required — Enumeration of configuration qualifiers available for organization-wide configuration.
    - `value` integer, required — The value of this resource configuration.

## Other responses

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

## Changes

- **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-configurations/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)
