Get library statistics
Returns aggregate counts describing the public library catalog (tools, scripts, modules).
GET
/api/library/info/statsRequest
curl
curl -X GET https://platform.trickest.com/api/library/info/stats \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Library catalog statistics
tool_countintegerscript_countintegermodule_countinteger400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring