---
title: "Get a Config Store"
method: GET
path: "/v2/control-planes/{controlPlaneId}/config-stores/{configStoreId}"
tags: ["Config Stores"]
---

# Get a Config Store

`GET /v2/control-planes/{controlPlaneId}/config-stores/{configStoreId}`

Returns a Config Store

## Response `200`

Config Store

- ConfigStore
  - `id` string, uuid — The Config Store ID.
  - `name` string — The name of the Config Store
  - `created_at` string, date-time — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time — An ISO-8601 timestamp representation of entity update date.

## Other responses

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