Get Bulk Sync Execution

Returns a single bulk sync execution, including per-schema execution status.

The response includes a breakdown of each schema (table or object) that participated in the execution, with its individual status, row counts, and any error details. This makes it suitable for diagnosing partial failures where some schemas succeeded while others did not.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

idstringRequiredformat: "uuid"
Unique identifier of the bulk sync.
exec_idstringRequiredformat: "uuid"
Unique identifier of the execution.

Headers

X-Polytomic-VersionstringRequired

Response

OK
dataobject

Errors

404
Not Found Error