---
title: "List all config stores for a control plane"
method: GET
path: "/v2/control-planes/{controlPlaneId}/config-stores"
tags: ["Config Stores"]
---

# List all config stores for a control plane

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

## Path parameters

- `controlPlaneId` string, uuid, required

## Query parameters

- `page[size]` integer
- `page[after]` string

## Response `200`

List of Config Stores

- object
  - `meta` CursorMeta, required — Pagination metadata.
    - `page` CursorMetaPage, required
      - `first` string, path — URI to the first page
      - `last` string, path — URI to the last page
      - `next` string, path, nullable, required — URI to the next page
      - `previous` string, path, nullable, required — URI to the previous page
      - `size` number, required — Requested page size
  - `data` ConfigStore[], required
    - `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

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