Get Bulk Sync

Returns a bulk sync by ID. The response includes the sync's top-level configuration — source, destination, schedules, and discovery settings. - To check whether the sync is running and see the most-recent execution result, use [`GET /api/bulk/syncs/{id}/status`](../../../../api-reference/bulk-sync/get-status). - To inspect which schemas are selected and how they are configured, use [`GET /api/bulk/syncs/{id}/schemas`](../../../../api-reference/bulk-sync/schemas/list).

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Polytomic-VersionstringRequired

Query parameters

refresh_schemasbooleanOptional

Response

OK
dataobject

Errors

404
Not Found Error