Skip to main content
GET
/
agents
/
{agentId}
/
stats
Get agent statistics
curl --request GET \
  --url https://api.getarbol.com/v1/agents/{agentId}/stats \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  },
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Path Parameters

agentId
string
required

Agent ID (agt_ prefix)

Response

Agent statistics