Retrieves keystore entries matching the specified filter criteria for key rotation planning and audit purposes.
request (KeystoreQueryRequest) — Filtering options including:
id (guid, optional) — Filter by specific keystore identifier.isActive (bool, optional) — Filter by active status.activationDate (datetime, optional) — Filter by activation date range.KeystoreQueryResponse containing matching keystore entries or an empty list if none found.
The access token received from the authorization server in the OAuth 2.0 flow.
Optional identifier to filter results by a specific entity.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Returns the matching keystore entries (may be an empty list if no matches found).
Standard response structure containing operation status and error information. Standard query response containing a collection of matching entities. Represents the paginated response produced when key store entries are queried.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
Collection of entities matching the query criteria.
[]