Get Sync
Returns a single model sync by ID.
To check whether a sync is currently running or has recently completed, use
GET /api/syncs/{id}/status. For the full history of
executions, use GET /api/syncs/{id}/executions.
Authentication
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic API key
Path parameters
id
Headers
X-Polytomic-Version
Response
OK
data
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
