Get a signed URL for a subjob output
Returns a signed S3 URL (and size) for downloading or previewing an output file, selected by the `outputId` query param.
GET
/api/runs/{id}/subjobs/{subjobId}/outputs/signed-urlPath parameters
idstringrequiredsubjobIdstringrequiredQuery parameters
outputIdstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/runs/{id}/subjobs/{subjobId}/outputs/signed-url \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Signed URL entry for the output file
urlstringrequiredsizenumberrequiredpretty_sizestring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring