Get Bulk Sync
Returns a single 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
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
Query parameters
refresh_schemas
Response
OK
data
Errors
401
Unauthorized Error
404
Not Found Error
