Get a tool by id
Fetches a single library tool by its id.
GET
/api/library/tool/{id}Path parameters
idstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/library/tool/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Tool 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