Skip to content

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.

operationId
required
string
>= 1 characters <= 128 characters /^[a-zA-Z0-9][a-zA-Z0-9._:-]*$/

Current Lookup HMAC rotation state.

Media type application/json
object
rotation
required
object
operationId
required
string
state
required
string
Allowed values: planned distributing activation_dual_write dual_read reindexing verifying grace complete blocked
source
required
object
generation
required
integer
>= 1
keyId
required
string
>= 1 characters <= 128 characters /^[a-zA-Z0-9][a-zA-Z0-9._:-]*$/
slot
required
string
Allowed values: A B
fingerprint
required

SHA-256 fingerprint of the key material; never the key itself.

string
/^[a-f0-9]{64}$/
key
additional properties
candidate
required
object
generation
required
integer
>= 1
keyId
required
string
>= 1 characters <= 128 characters /^[a-zA-Z0-9][a-zA-Z0-9._:-]*$/
slot
required
string
Allowed values: A B
fingerprint
required

SHA-256 fingerprint of the key material; never the key itself.

string
/^[a-f0-9]{64}$/
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
>= 1
leaseExpiresAt
required
integer | null format: int64
mutationStarted
required
boolean
updatedAt
required
integer format: int64
>= 1
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"
}