---
title: "GET /api/v1/pki/syncs"
method: GET
path: "/api/v1/pki/syncs"
tags: ["PKI Syncs"]
---

# GET /api/v1/pki/syncs

`GET /api/v1/pki/syncs`

List all the PKI Syncs for the specified project.

## Query parameters

- `certificateId` string, uuid
- `applicationId` string, uuid

## Response `200`

Default Response

- object
  - `pkiSyncs` object[], required
    - `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
    - `projectId` string, uuid, 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
      - `projectId` string, uuid, nullable
      - `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 `pkiSyncs/items/destination` response property for the response status `200`
- **2026-08-27** `e15904efcbcd` — 3 info
  - added the optional property `pkiSyncs/items/lastHealthCheckMessage` to the response with the `200` status
  - added the optional property `pkiSyncs/items/lastHealthCheckRanAt` to the response with the `200` status
  - added the optional property `pkiSyncs/items/lastHealthCheckStatus` to the response with the `200` status
- **2026-07-26** `53fe4d80973f` — 1 warning
  - added the new `kemp-loadmaster` enum value to the `pkiSyncs/items/destination` response property for the response status `200`
- **2026-07-21** `5dbb77aad0f5` — 3 warning
  - added the new `linux-server` enum value to the `pkiSyncs/items/destination` response property for the response status `200`
  - added the new `nutanix-prism-central` enum value to the `pkiSyncs/items/destination` response property for the response status `200`
  - added the new `windows-server` enum value to the `pkiSyncs/items/destination` response property for the response status `200`

[Change history](https://skmtc.dev/infisical/apis/infisical-api/changes/api/v1/pki/syncs/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/c339fd54e42e/schema)
