Tool execution time series
Tool executions over time.
/analytics/tool-executions-over-timeTool executions over time.
Query Parameters
Start of the time range to report on, inclusive.
date-timeEnd of the time range to report on, exclusive.
date-timeTime bucket size for the series: hour or day.
Value in
- "hour"
- "day"
Filter to specific agent instances by id.
Filter to agents by slug, the agent type such as claude-code.
Filter to specific MCP servers by id.
Filter to specific tool names.
Filter to specific users by id.
Filter to users in specific groups.
Filter to agent instances carrying specific tags.
Filter to MCP servers carrying specific tags.
Response Body
application/json
application/json
curl -X GET "https://example.com/analytics/tool-executions-over-time?start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z"{ "series": [ { "timestamp": "2019-08-24T14:15:22Z", "count": 0 } ]}LLM user percentiles GET
Usage percentile per gateway-attributed user with usage in the range, ranked by total tokens. A percentile of 0.25 or above is what the team adoption views count as a seat in use. Filters are limited to provider and user_group, and each user's groups come back narrowed to the selected ones. Bounded rather than paged: the heaviest 500 users are returned in one response and no page params are accepted. Percentiles are always computed over the whole population, so meta.total is the real headcount and exceeds items.length exactly when the response is a sample.
List top agent instances GET
Top agent instances by activity.