v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Config Store Secrets

Get a Config Store Secret

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

get/v2/control-planes/{controlPlaneId}/config-stores/{configStoreId}/secrets/{key}

Response

Config Store Secret

keystring
valuestring
created_atstring date-time

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time

An ISO-8601 timestamp representation of entity update date.

Example response

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