v1
latestOpenAPI 3.1.02026-07-241280174.1 KBRetrieve
Retrieve an existing secrets sync.
get/v3/configs/config/syncs/sync
Query parameters
projectstring required
The project slug
configstring required
The config slug
syncstring required
The sync slug
Response
200
Example response
{
"sync": {
"slug": "00000000-0000-0000-0000-000000000000",
"integration": "00000000-0000-0000-0000-000000000000",
"project": "backend",
"config": "prd",
"enabled": true,
"lastSyncedAt": "2023-08-01T00:00:00.000Z"
}
}