Proxy a run's data file
Streams the content of a run output file from backend storage. Identify the file with the subjobId and outputId query params.
GET
/api/runs/{id}/filesPath parameters
idstringrequiredQuery parameters
subjobIdstringrequiredoutputIdstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/runs/{id}/files \
-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