Get Execution Log Urls

Returns signed URLs for every log file of a given type on a model sync execution. `{type}` identifies the log category, such as `errors` or `warnings`. The response contains a signed URL for each log file in that category. > 🚧 Signed URLs expire after a short period. If a URL has expired, re-request > it from this endpoint. To fetch a single file's URL directly, use > [`GET /api/syncs/{sync_id}/executions/{id}/{type}/{filename}`](../../../../../../api-reference/model-sync/executions/get-logs).

Authentication

AuthorizationBasic

This is the Polytomic deployment key (on-premises only)

OR
AuthorizationBearer
This is the Polytomic API key

Path parameters

sync_idstringRequiredformat: "uuid"
idstringRequiredformat: "uuid"
typeenumRequired

Headers

X-Polytomic-VersionstringRequired

Response

OK
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error