For the complete documentation index, see llms.txt
Skip to main content

Get a sync run

GET 

/api/v2/projects/:slug/sync/:sync_uuid/

Retrieve a specific sync run by UUID. Returns the same shape as GET /api/v2/projects/{slug}/sync/, but addresses a single run instead of the latest one. Use the uuid returned by POST /api/v2/projects/{slug}/sync/.

Required permission: sync_read

Request

Responses

Sync run retrieved successfully