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

# List AI Gateway Config Stores

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

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

Returns a list of Config Stores associated with the AI Gateway.

## Query parameters

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

## Response `200`

A paginated list of AI Gateway Config Stores.

- object
  - `data` AIGatewayConfigStore[], required
    - `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.
  - `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

## Other responses

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

---

[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/revisions/b576ea92fca2/schema)
