Config Store Secrets
List Config Store Secrets
Returns a collection of all secrets for a Config Store.
get/v2/control-planes/{controlPlaneId}/config-stores/{configStoreId}/secrets
Query parameters
page[size]integer
Example:10
The maximum number of items to include per page. The last page of a collection may include fewer items.
page[after]string
Example:ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ
Request the next page of data, starting with the item after this parameter.
Response
List of Config Store Secrets
Example response
{
"meta": {
"page": {
"size": 10
}
},
"data": [
{
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}
]
}