Documentation Index

Fetch the complete documentation index at: https://docs.britive.com/llms.txt

Use this file to discover all available pages before exploring further.

Britive platform release 2026.05.02 is now live in production.

List Secret Versions

Prev Next
Get
/api/v1/secretmanager/vault/{vaultId}/secrets/{secretId}/versions

Lists all versions for a secret, ordered by version number (newest first).

Security
HTTP
Type bearer
Path parameters
vaultId
stringRequired

Vault identifier

Examplea6ed82f6-32b5-46d8-a3a3-c36cc574abd9
secretId
stringRequired

Secret identifier

Examplesecret-123
Query parameters
size
integer (int32)

Page size for pagination

Default10
Example10
lastKey
string

Last evaluated key for pagination

Responses
200

List of secret versions

Array of object
object
version
integer (int32)
vaultId
string
secretId
string
name
string
parent
string
path
string
secretNature
string
versionCreationDate
string
versionCreationType
string
createdBy
string
updatedBy
string
isDraft
boolean
description
string
value
object
property*
string additionalProperties
404

Secret not found