GET
/
v2
/
agents
/
{agent_id}
/
analytics

Authorizations

Authorization
string
header
required

Agent/Workspace secret API key as bearer token.

Path Parameters

agent_id
string
required

The ID of the agent to retrieve analytics from

Query Parameters

start_ts
number

the start unix timestamb of the analytics, by default 30 days ago.

stop_ts
number

the end unix timestamb of the analytics, by default now.

Response

200 - application/json
data
object

Analytics data

message
string
success
boolean