Get a signed URL for an output
Returns a signed S3 URL (and size) for the output identified by the path params.
GET
/api/runs/{id}/subjobs/{subjobId}/outputs/{outputId}/signed-urlPath parameters
idnumberrequiredPath parameter: id
subjobIdnumberrequiredPath parameter: subjobId
outputIdnumberrequiredPath parameter: outputId
Request
curl
curl -X GET https://platform.trickest.com/api/runs/{id}/subjobs/{subjobId}/outputs/{outputId}/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