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

# GET /api/v1/pki/syncs/windows-server

`GET /api/v1/pki/syncs/windows-server`

List the Windows Server PKI Syncs for the specified project.

## Response `200`

Default Response

- object
  - `pkiSyncs` object[], required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable
    - `destination` 'windows-server', required
    - `isAutoSyncEnabled` boolean, required
    - `destinationConfig` object, required
      - `destinationPath` string, required
    - `syncOptions` object, required
      - `canRemoveCertificates` boolean
      - `includeRootCa` boolean
      - `includePrivateKey` boolean
      - `exportFormat` 'pem' | 'pkcs12'
      - `pemCertificateExtension` 'pem' | 'crt'
      - `combineCertificateChain` boolean
      - `fileAccessRules` object[]
        - `identity` string, required
        - `access` 'read' | 'modify' | 'full-control', required
      - `healthCheckCommand` string, nullable
      - `postSyncCommand` string, nullable
      - `certificateNameSchema` string, required
    - `projectId` string, uuid, 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

## Other responses

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

## Changes

- **2026-08-27** `e15904efcbcd` — 4 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
  - added the optional property `pkiSyncs/items/syncOptions/healthCheckCommand` to the response with the `200` status
- **2026-08-22** `c057052770f0` — 1 breaking
  - the `pkiSyncs/items/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 `pkiSyncs/items/syncOptions/postSyncCommand` to the response with the `200` status
- **2026-07-21** `5dbb77aad0f5` — 1 info
  - endpoint added

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