Get a module by id
Fetches a single library module by its id.
GET
/api/library/module/{id}Path parameters
idstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/library/module/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Module details
idstringrequirednamestringrequireddescriptionstringtypeenumrequiredOne of: TOOL, SCRIPT, MODULE
categorystringauthorstringinputsobject[]outputsobject[]workflowstringvaultstringvault_infoobject400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring