Skip to main content
GET
/
v1
/
tools
/
{toolId}
/
stats
Get Tool Stats
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>"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

toolId
string
required

Response

Tool stats retrieved successfully.

total_runs
number
success_count
number
success_rate
number | null
avg_execution_time
number | null
last_run
string | null