v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
AI Gateway Config Stores

Get an AI Gateway Config Store Secret

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

Returns the secret entity for the Config Store. Secret values once stored cannot be retrieved.

get/v1/ai-gateways/{gatewayId}/config-stores/{configStoreIdOrName}/secrets/{key}

Response

A successful response returning an AI Gateway Config Store Secret.

keystring 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_atstring date-time required

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time required

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "key": "my-secret-key",
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}