Inspect one Lookup HMAC key rotation.
GET
/api/admin/platform/control-plane/lookup-hmac/rotations/{operationId}
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/platform/control-plane/lookup-hmac/rotations/example \ --header 'Authorization: Bearer <token>'Returns redacted state and public key metadata for one environment-scoped rotation.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” operationId
required
string
Responses
Section titled “ Responses ”Current Lookup HMAC rotation state.
Media type application/json
object
rotation
required
object
operationId
required
string
state
required
string
source
required
object
generation
required
integer
keyId
required
string
slot
required
string
fingerprint
required
SHA-256 fingerprint of the key material; never the key itself.
string
key
additional properties
candidate
required
object
generation
required
integer
keyId
required
string
slot
required
string
fingerprint
required
SHA-256 fingerprint of the key material; never the key itself.
string
key
additional properties
checkpoint
required
object
key
additional properties
sourceRowCount
required
integer | null
currentRowCount
required
integer | null
verificationAttemptCount
required
integer
graceExpiresAt
required
integer | null format: int64
ownerId
required
string | null
fencingToken
required
integer
leaseExpiresAt
required
integer | null format: int64
mutationStarted
required
boolean
updatedAt
required
integer format: int64
key
additional properties
key
additional properties
Example
{ "rotation": { "state": "planned", "source": { "slot": "A" }, "candidate": { "slot": "A" } }}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}