> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get KMS Server

Retrieve the KMS server with a specified ID.

<Note>
  External Documentation

  To learn more, visit the [Veeam Basic Backup & Replication documentation](https://helpcenter.veeam.com/references/vbr/13/rest/1.3-rev1/tag/Encryption#operation/GetKMSServer).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                           |
  | --------- | ------------------------------------- |
  | ID        | The ID of the KMS server to retrieve. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
	"name": "string",
	"description": "string",
	"type": "KMS",
	"port": 0,
	"serverCertificateThumbprint": "string",
	"clientCertificateThumbprint": "string"
}
```

## Workflow Library Example

[Get Kms Server with Veeam Basic Backup and Replication and Send Results Via Email](https://library.blinkops.com/workflows/get-kms-server-with-veeam-basic-backup-and-replication-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-kms-server-with-veeam-basic-backup-and-replication-and-send-results-via-email/canvas" />
</div>
