Skip to main content
GET
/
agents
/
{agentId}
/
statistics
cURL
curl --request GET \
  --url https://api.cradl.ai/{basePath}/agents/{agentId}/statistics \
  --header 'Authorization: Bearer <token>'
{
  "agentId": "<string>",
  "statistics": {}
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

agentId
string
required

Query Parameters

before
string
after
string

Response

200 response

agentId
string
required
statistics
object