secrets

List project secrets

List the project's secrets. No response carries a secret value.

get/secrets

Query parameters

nextTokenstring

Cursor to start the list from

limitinteger

Maximum number of items to return per page

Response

Successfully listed the project's secrets

secretIDstring required

Identifier of the secret

namestring required

Name of the secret, unique within the project

currentVersioninteger required

Version served to readers that do not name one

metadataSecretMetadata required

Customer metadata of the secret. Always present, empty when unset. At most 32 entries; keys are limited to 128 bytes, values to 1024 bytes, and a secret's metadata to 8192 bytes in total.

createdAtstring date-time required

Time when the secret was created

updatedAtstring date-time required

Time when the secret was last updated

Changes