---
title: "GET /api/v1/cert-manager/syncs/kemp-loadmaster/{pkiSyncId}"
method: GET
path: "/api/v1/cert-manager/syncs/kemp-loadmaster/{pkiSyncId}"
tags: ["PKI Syncs"]
---

# GET /api/v1/cert-manager/syncs/kemp-loadmaster/{pkiSyncId}

`GET /api/v1/cert-manager/syncs/kemp-loadmaster/{pkiSyncId}`

Get the specified Kemp LoadMaster PKI Sync by ID.

## Path parameters

- `pkiSyncId` string, required

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, nullable
  - `destination` 'kemp-loadmaster', required
  - `isAutoSyncEnabled` boolean, required
  - `destinationConfig` object, required
    - `virtualServiceId` string
  - `syncOptions` object, required
    - `canRemoveCertificates` boolean
    - `includeRootCa` boolean
    - `preserveItemOnRenewal` boolean
    - `healthCheckCommand` string, nullable
    - `postSyncCommand` string, nullable
    - `caCertificateNameSchema` string
    - `certificateNameSchema` string, required
  - `subscriberId` string, uuid, nullable
  - `connectionId` string, uuid, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `syncStatus` string, nullable
  - `lastSyncedAt` string, date-time, nullable
  - `lastHealthCheckRanAt` string, date-time, nullable
  - `lastHealthCheckStatus` 'pending' | 'running' | 'succeeded' | 'failed', nullable
  - `lastHealthCheckMessage` string, nullable
  - `filters` object, nullable — Which of the Application's certificates this sync holds. A certificate must match every field that is set, and a sync with no filters holds nothing.
    - `profileIds` string[]
    - `certificateOrderIds` string[]
    - `metadata` object[]
      - `key` string, required
      - `value` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

## Changes

- **2026-09-17** `7a0c98551644` — 1 info
  - added the optional property `filters` to the response with the `200` status
- **2026-08-27** `e15904efcbcd` — 4 info
  - added the optional property `lastHealthCheckMessage` to the response with the `200` status
  - added the optional property `lastHealthCheckRanAt` to the response with the `200` status
  - added the optional property `lastHealthCheckStatus` to the response with the `200` status
  - added the optional property `syncOptions/healthCheckCommand` to the response with the `200` status
- **2026-08-22** `c057052770f0` — 1 breaking
  - the `syncOptions/postSyncCommand` response property's maxLength was increased from `2048` to `8192` for the response status `200`
- **2026-08-05** `f10a4f8c1d41` — 1 info
  - added the optional property `syncOptions/postSyncCommand` to the response with the `200` status
- **2026-07-26** `53fe4d80973f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/infisical/apis/infisical-api/changes/api/v1/cert-manager/syncs/kemp-loadmaster/:pkiSyncId/get.md)

---

[API](https://skmtc.dev/infisical/apis/infisical-api.md) · [All operations](https://skmtc.dev/infisical/apis/infisical-api/llms.txt) · [OpenAPI document](https://skmtc.dev/infisical/apis/infisical-api/revisions/eb8ec9c10063?raw)
