List a subjob's children
List the child subjobs (task group members) of a subjob within a run.
GET
/api/runs/{id}/subjobs/{subjobId}/childrenPath parameters
idstringrequiredsubjobIdstringrequiredQuery parameters
pageintegerrequireddefault: 1page_sizeintegerrequiredstatusstringorderingstringtask_indexintegerRequest
curl
curl -X GET https://platform.trickest.com/api/runs/{id}/subjobs/{subjobId}/children \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of child subjobs
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring