KeySets
List all KeySets
List all KeySets
get/v2/control-planes/{controlPlaneId}/core-entities/key-sets
Query parameters
sizeinteger
Number of resources to be returned.
offsetstring
Offset from which to return the next set of resources. Use the value of the 'offset' field from the response of a list operation as input here to paginate through all the resources
tagsstring
A list of tags to filter the list of resources on. Multiple tags can be concatenated using ',' to mean AND or using '/' to mean OR.
Response
A successful response listing KeySets
Example response
{
"data": [
{
"id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
"name": "example-key-set",
"tags": [
"idp-keys"
]
}
]
}