APIAnalytics

Event breakdown by action

Audit event breakdown by action type.

GET/analytics/event-breakdown

Audit event breakdown by action type.

Query Parameters

start_time*string

Start of the time range to report on, inclusive.

Formatdate-time
end_time*string

End of the time range to report on, exclusive.

Formatdate-time
agent_instance_id?array<>

Filter to specific agent instances by id.

agent_slug?array<string>

Filter to agents by slug, the agent type such as claude-code.

mcp_id?array<>

Filter to specific MCP servers by id.

user_id?array<>

Filter to specific users by id.

user_group?array<string>

Filter to users in specific groups.

agent_tag_id?array<>

Filter to agent instances carrying specific tags.

resource_tag_id?array<>

Filter to MCP servers carrying specific tags.

Response Body

application/json

application/json

curl -X GET "https://example.com/analytics/event-breakdown?start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z"
{  "items": [    {      "action": "string",      "count": 0    }  ]}
{  "code": "bad_request",  "message": "string",  "validation_errors": [    {      "field": "string",      "message": "string",      "rule": "string"    }  ]}