---
title: "Get Resource Configuration"
method: GET
path: "/v2/cloud-gateways/resource-configurations/{resourceConfigurationId}"
tags: ["Resource Configurations"]
---

# Get Resource Configuration

`GET /v2/cloud-gateways/resource-configurations/{resourceConfigurationId}`

Retrieves a single organization-level resource configuration override by ID. Returns the qualifier, override value, and description for the configuration setting.

## Path parameters

- `resourceConfigurationId` string, uuid, required

## Response `200`

Response format for retrieving a resource configuration for an organization.

- ResourceConfiguration — Object containing information about a resource configuration.
  - `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

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

## Changes

- **2025-08-22** `3c0154b2053a` — 4 breaking
  - the response property `detail` became nullable for the status `401`
  - the response property `instance` became nullable for the status `401`
  - the response property `status` became nullable for the status `401`
  - the response property `title` became nullable for the status `401`

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