get_usage_trends
Spot cost spikes by tracking daily token usage, sessions, estimated cost, and tool calls. Get a time-series overview to monitor trends and manage budgets.
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) |