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.

Get Secret Rotation History for Time ID

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

Returns rotation history for a specific Time ID.

Security
HTTP
Type bearer
Path parameters
vaultId
stringRequired

Vault identifier

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

Secret identifier

Examplesecret-123
timeId
integer (int64) Required

Time ID of the rotation history entry

Example1
Responses
200

Rotation history entry

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

Rotation history entry not found