Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/tools/{toolId}/stats \ --header 'anchor-api-key: <api-key>'
{ "total_runs": 123, "success_count": 123, "success_rate": 123, "avg_execution_time": 123, "last_run": "<string>" }
Returns execution statistics for a tool.
API key passed in the header
Tool stats retrieved successfully.
Was this page helpful?