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:
Total input tokens consumed across all agents in this period
Total output tokens generated across all agents in this period
Total number of API requests across all agents in this period
Per-agent breakdown of usage statistics
Agent UUID
Agent name
Input tokens consumed by this agent in the period
Output tokens generated by this agent in the period
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)
Status Codes
| Code | Description |
|---|---|
200 | Usage summary retrieved successfully |
401 | Unauthorized - invalid or missing authentication |

