List a subjob's outputs
List the output artifacts produced by a subjob within a run.
GET
/api/runs/{id}/subjobs/{subjobId}/outputsPath parameters
idstringrequiredsubjobIdstringrequiredQuery parameters
pageintegerrequireddefault: 1page_sizeintegerrequiredorderingstringrequireddefault: created_dateRequest
curl
curl -X GET https://platform.trickest.com/api/runs/{id}/subjobs/{subjobId}/outputs \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of output artifacts
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring