Get Bulk Sync Execution Logs

Returns signed URLs for the log files produced by a single bulk sync execution. Each URL in the response is pre-signed and grants temporary read access to the corresponding log file. URLs expire after a short period; if you need to access a file after the URL has expired, call this endpoint again to obtain a fresh set of signed URLs. > 📘 To export logs asynchronously to a destination of your choice, use > [`POST /api/bulk/syncs/{sync_id}/executions/{execution_id}/logs/export`](../../../../../../../api-reference/bulk-sync/executions/export-logs) > instead.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

sync_idstringRequiredformat: "uuid"
Unique identifier of the bulk sync.
execution_idstringRequiredformat: "uuid"
Unique identifier of the execution whose log files should be listed.

Headers

X-Polytomic-VersionstringOptional

Response

OK
dataobject

Errors

404
Not Found Error