Get a run's job insights
Aggregated job insights for a run. If `hierarchy` is provided it takes precedence over `module_name`.
GET
/api/runs/{id}/subjobs/insightsPath parameters
idstringrequiredQuery parameters
module_namestringhierarchystringRequest
curl
curl -X GET https://platform.trickest.com/api/runs/{id}/subjobs/insights \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Aggregated job insights
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring