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
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
sync_id
id
type
Headers
X-Polytomic-Version
Response
OK
data
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error
