---
title: "Retrieve"
method: GET
path: "/v3/configs/config/syncs/sync"
---

# Retrieve

`GET /v3/configs/config/syncs/sync`

Retrieve an existing secrets sync.

## Query parameters

- `project` string, required
- `config` string, required
- `sync` string, required

## Response `200`

200

- object
  - `sync` object
    - `slug` string
    - `integration` string
    - `project` string
    - `config` string
    - `enabled` boolean
    - `lastSyncedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/doppler/apis/core.md) · [All operations](https://skmtc.dev/doppler/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doppler/core/revisions/8f244bc5b038/schema)
