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