List a run's subjobs
List the subjobs (per-node executions) for a run. Node names are normalized from the backend's prefixed form.
GET
/api/runs/{id}/subjobsPath parameters
idstringrequiredQuery parameters
page_sizeintegerrequireddefault: 500Request
curl
curl -X GET https://platform.trickest.com/api/runs/{id}/subjobs \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of subjobs
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring