get_key_info
Retrieve key pair details including metadata by providing a unique key identifier.
Instructions
Get the key pair information for the given key ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | Unique key identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | The key ID for the stored key pair | |
| publicKey | Yes | The public key information for the given key ID | |
| algo | Yes | The algorithm used for the key pair | |
| createdAt | No | The creation date of the key pair | |
| version | Yes | The version of the key pair |