List all the key material versions of a KMS Key.
GET
/kms-key/{id}/list-key-rotations
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/kms-key/{id}/list-key-rotations'
Response examples (200)
{
"rotations": [
{
"version": 42,
"rotated-at": "2026-05-04T09:42:00Z",
"automatic": true
}
]
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"errors": [
{
"path": "string",
"detail": "string",
"pointer": "string",
"location": "string"
}
]
}