Get output file content
Returns the (optionally truncated) text content of an output file. Use the `maxBytes` query param to cap the returned slice.
GET
/api/runs/outputs/{outputId}/contentPath parameters
outputIdstringrequiredQuery parameters
maxBytesintegerRequest
curl
curl -X GET https://platform.trickest.com/api/runs/outputs/{outputId}/content \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Inlined output file content
contentstringrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring