Analytics
Daily Analytics
Retrieve aggregated daily analytics data for charting and reporting.
GET
Returns per-day aggregated metrics including call counts, success rates, response times, and top tools.
Query Parameters
Filter by server ID. Use 0 for all servers.
Number of days to look back (used when
from is not provided).Start date for the range. Format:
YYYY-MM-DD. Overrides days if provided.End date for the range. Format:
YYYY-MM-DD.Response Fields
Date in
YYYY-MM-DD format.Total tool calls on this date.
Number of calls with
success status.Number of calls with non-success status.
Average response time in milliseconds.
Number of distinct client IPs.
JSON-encoded object of
{"tool_name": call_count} for the top 10 tools, or null if no tool calls.
