> ## 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 All KMS Servers

Retrieve all KMS servers added to the backup infrastructure.

<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/GetAllKMSServers).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                         |
  | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Event Type       | The type of malware event to filter by.                                                                                                             |
  | Limit            | The number of items to return.                                                                                                                      |
  | Name             | Filters results based on a name pattern.<br /><br />Supports wildcard matching using `*` at the start and/or end to replace one or more characters. |
  | Offset           | The offset of the results.                                                                                                                          |
  | Order Column     | The column to sort the results by.                                                                                                                  |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                                                    |
  | Sort Order       | Determine whether the results are sorted in ascending or descending order.                                                                          |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
			"name": "string",
			"description": "string",
			"type": "KMS",
			"port": 0,
			"serverCertificateThumbprint": "string",
			"clientCertificateThumbprint": "string"
		}
	],
	"pagination": {
		"total": 0,
		"count": 0,
		"skip": 0,
		"limit": 0
	}
}
```

## Workflow Library Example

[Get All Kms Servers with Veeam Basic Backup and Replication and Send Results Via Email](https://library.blinkops.com/workflows/get-all-kms-servers-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-all-kms-servers-with-veeam-basic-backup-and-replication-and-send-results-via-email/canvas" />
</div>
