Get Bulk Sync Schedules

Lists all schedules configured for a bulk sync.

A bulk sync can have multiple schedules attached; this endpoint returns all of them. Schedule times are returned in UTC.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

sync_idstringRequiredformat: "uuid"
Unique identifier of the bulk sync whose schedules should be returned.

Headers

X-Polytomic-VersionstringOptional

Response

OK
datalist of objects or null

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error