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 Rotation History

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

Lists all rotation history for a secret, ordered by date (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 rotation history entries

Array of object
object
timeId
integer (int64)
rotationStartedAt
string
vaultId
string
secretId
string
secretNature
string
rotationCompletedAt
string
rotatedBy
string
rotationType
string
rotationStatus
string
summary
string
404

Secret not found