List a module execution's child jobs
Fetch the child subjobs for a module execution within a run, returned as a flat array.
GET
/api/runs/{id}/subjobs/module-jobsPath parameters
idstringrequiredQuery parameters
subjobstringrequiredmodulestringrequiredhierarchystringpage_sizeintegerrequireddefault: 100Request
curl
curl -X GET https://platform.trickest.com/api/runs/{id}/subjobs/module-jobs \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Child subjobs for the module execution
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring