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

# List AI Gateway Config Store Secrets

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

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

Returns a collection of all secrets for an AI Gateway Config Store.

## Query parameters

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

## Response `200`

A paginated list of AI Gateway Config Store Secrets.

- object
  - `data` AIGatewayConfigStoreSecret[], required
    - `key` string, required — **Pre-release Feature** This feature is currently in beta and is subject to change. The unique key identifying the secret within the Config Store.
    - `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

- `400` — Bad Request
- `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/versions/f920f418f552/schema)
