Keys

Retrieves a list of individual key versions with the same key name.

The full key identifier, attributes, and tags are provided in the response. This operation requires the keys/list permission.

get/keys/{key-name}/versions

Path parameters

key-namestring required

The name of the key.

Query parameters

maxresultsinteger

Maximum number of results to return in a page. If not specified the service will return up to 25 results.

api-versionstring required

Client API version.

Response

A response message containing a list of keys along with a link to the next page of keys.

nextLinkstring

The URL to get the next set of keys.

Changes