---
title: "Get an AI Gateway Config Store"
method: GET
path: "/v1/ai-gateways/{gatewayId}/config-stores/{configStoreIdOrName}"
tags: ["AI Gateway Config Stores"]
---

# Get an AI Gateway Config Store

`GET /v1/ai-gateways/{gatewayId}/config-stores/{configStoreIdOrName}`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

Returns the details of a specific AI Gateway Config Store.

## Response `200`

A successful response returning an AI Gateway Config Store.

- AIGatewayConfigStore — **Pre-release Feature** This feature is currently in beta and is subject to change.
  - `display_name` string — The display name of the Config Store.
  - `name` string, required — An immutable user-defined identifier for this resource.
  - `id` string, uuid, required — Contains a unique identifier used for this resource.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/kong/apis/konnect-api-beta.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-beta/revisions/658ffb748f95/schema)
