List runs by module
Fetch the executions that ran a specific module, optionally scoped to a vault.
GET
/api/runs/by-moduleQuery parameters
modulestringrequiredvaultstringRequest
curl
curl -X GET https://platform.trickest.com/api/runs/by-module \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of runs that ran the module
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring