Skip to main content
GET
Returns per-day aggregated metrics including call counts, success rates, response times, and top tools.

Query Parameters

integer
default:"0"
Filter by server ID. Use 0 for all servers.
integer
default:"30"
Number of days to look back (used when from is not provided).
string
Start date for the range. Format: YYYY-MM-DD. Overrides days if provided.
string
End date for the range. Format: YYYY-MM-DD.

Response Fields

string
Date in YYYY-MM-DD format.
integer
Total tool calls on this date.
integer
Number of calls with success status.
integer
Number of calls with non-success status.
integer
Average response time in milliseconds.
integer
Number of distinct client IPs.
string
JSON-encoded object of {"tool_name": call_count} for the top 10 tools, or null if no tool calls.