Get Usage Summary
Get Usage Summary
Get a compact token usage summary for today, this week, and this month broken down by agent.
GET
Get Usage Summary
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Example Request
Example Response
Response Fields
The response contains three time period summaries:today, this_week, and this_month. Each period has the same structure:
number
required
Total input tokens consumed across all agents in this period
number
required
Total output tokens generated across all agents in this period
number
required
Total number of API requests across all agents in this period
array
required
Per-agent breakdown of usage statistics
string
required
Agent UUID
string
required
Agent name
number
required
Input tokens consumed by this agent in the period
number
required
Output tokens generated by this agent in the period
number
required
Number of API requests made by this agent in the period
Time Periods
- today: Current calendar day (UTC)
- this_week: Current calendar week (Monday-Sunday, UTC)
- this_month: Current calendar month (UTC)

