v1

latestOpenAPI 3.0.32026-08-06138294578.6 KB
Bulk Sync

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 instead.

get/api/bulk/syncs/{sync_id}/executions/{execution_id}/logs

Path parameters

sync_idstring uuid required

Unique identifier of the bulk sync.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the bulk sync.

execution_idstring uuid required

Unique identifier of the execution whose log files should be listed.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the execution whose log files should be listed.

Headers

X-Polytomic-Versionstring

Response

OK