get_usage_trends
Retrieve daily token usage trends including sessions, tokens, cost, and tool calls to identify cost spikes. Read-only overview; use get_session_analytics for detailed session breakdown.
Instructions
Daily token usage time-series: sessions, tokens, estimated cost, tool calls per day. For spotting cost spikes. Read-only. For detailed session breakdown use get_session_analytics instead. Returns JSON: { days, daily: [{ date, sessions, tokens, cost_usd, tool_calls }], totals }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to show (default: 30) |