Agent usage stats
Review usage statistics for a single AI agent.
GET
/v1/ai-agents/{agentId}/statsPath parameters
ParameterTypeDescription
agentIdstringRequired
Identifier of the AI agent. Example: "agent_01".
Responses
{
"data": {
"ai_agent_id": "string",
"total_threads": 1,
"unique_contacts": 1,
"total_messages": 1,
"updated_at": "2026-01-15T10:30:00Z"
}
}