Get Execution Log

Redirects to a signed URL for a specific log file produced by a model sync execution.

This endpoint responds with a 302 Found redirect; the signed URL is returned in the Location header, and the response body is empty. The URL expires after a short period, so call this endpoint again to obtain a fresh URL if it expires before you download the file.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

sync_idstringRequiredformat: "uuid"
idstringRequiredformat: "uuid"
typeenumRequired
filenamestringRequired

Headers

X-Polytomic-VersionstringOptional

Errors

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