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
- 200
- 403
- 404
Sync run retrieved successfully
Forbidden. Missing permissions.
Resource not found.