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`](../../../api-reference/model-sync/get-status). For the full history of executions, use [`GET /api/syncs/{id}/executions`](../../../api-reference/model-sync/executions/list).

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Polytomic-VersionstringRequired

Response

OK
dataobject

Errors

404
Not Found Error
500
Internal Server Error