Browse library items
Returns a combined, de-duplicated list of tools, scripts, and modules for the tool-binding picker. Filter by `types` (comma-separated), `category`, and `search`.
GET
/api/library/browseQuery parameters
searchstringrequiredtypesstringrequireddefault: tool,script,modulecategorystringlimitintegerrequireddefault: 100Request
curl
curl -X GET https://platform.trickest.com/api/library/browse \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Combined library items
resultsobject[]requiredcountinteger400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring