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

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

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

Get a 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` 'azure-key-vault' | 'aws-certificate-manager' | 'aws-secrets-manager' | 'aws-elastic-load-balancer' | 'chef' | 'gcp-certificate-manager' | 'cloudflare-custom-certificate' | 'netscaler' | 'f5-big-ip' | 'kemp-loadmaster' | 'linux-server' | 'windows-server' | 'nutanix-prism-central', required
  - `isAutoSyncEnabled` boolean, required
  - `destinationConfig` object, required
  - `syncOptions` object, required
  - `applicationId` string, uuid, nullable
  - `subscriberId` string, uuid, nullable
  - `connectionId` string, uuid, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `syncStatus` string, nullable
  - `lastSyncJobId` string, nullable
  - `lastSyncMessage` string, nullable
  - `lastSyncedAt` string, date-time, nullable
  - `lastHealthCheckRanAt` string, date-time, nullable
  - `lastHealthCheckStatus` 'pending' | 'running' | 'succeeded' | 'failed', nullable
  - `lastHealthCheckMessage` string, nullable
  - `importStatus` string, nullable
  - `lastImportJobId` string, nullable
  - `lastImportMessage` string, nullable
  - `lastImportedAt` string, date-time, nullable
  - `removeStatus` string, nullable
  - `lastRemoveJobId` string, nullable
  - `lastRemoveMessage` string, nullable
  - `lastRemovedAt` string, date-time, nullable
  - `appConnectionName` string, required
  - `appConnectionApp` string, required
  - `connection` object, required
    - `id` string, required
    - `name` string, required
    - `app` string, required
    - `encryptedCredentials` unknown
    - `orgId` string, uuid, required
    - `method` string, required
    - `description` string, nullable
    - `version` number, required
    - `gatewayId` string, uuid, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `isPlatformManagedCredentials` boolean, nullable
  - `subscriber` object, nullable
    - `id` string, required
    - `name` string, required
  - `hasCertificate` boolean

## Other responses

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

## Changes

- **2026-08-28** `c339fd54e42e` — 1 warning
  - added the new `gcp-certificate-manager` enum value to the `destination` response property for the response status `200`
- **2026-08-27** `e15904efcbcd` — 3 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
- **2026-07-26** `53fe4d80973f` — 1 warning
  - added the new `kemp-loadmaster` enum value to the `destination` response property for the response status `200`
- **2026-07-21** `5dbb77aad0f5` — 3 warning
  - added the new `linux-server` enum value to the `destination` response property for the response status `200`
  - added the new `nutanix-prism-central` enum value to the `destination` response property for the response status `200`
  - added the new `windows-server` enum value to the `destination` response property for the response status `200`

[Change history](https://skmtc.dev/infisical/apis/infisical-api/changes/api/v1/cert-manager/syncs/: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-service-production.skmtc.workers.dev/v1/apis/infisical/infisical-api/revisions/09322677f71d/schema)
