Proxy a subjob output file
Streams an output file's content through the server with the correct media MIME type, selected by the path params. The `fileName` query param drives content-type detection.
GET
/api/runs/{id}/subjobs/{subjobId}/outputs/{outputId}/proxyPath parameters
idstringrequiredsubjobIdstringrequiredoutputIdstringrequiredQuery parameters
fileNamestringrequireddefault: fileRequest
curl
curl -X GET https://platform.trickest.com/api/runs/{id}/subjobs/{subjobId}/outputs/{outputId}/proxy \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Raw file content streamed from storage
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring