Usage Reports

Observability

Usage Reports

Usage reports show request status, token counts, billable units, cost, latency, and model-level rollups.

Request log

Each proxied call records model, operation, stream flag, status, tokens, cost, latency, and sanitized error details.

Rollups

Daily rollups power the dashboard usage chart and usage monitor. Use them for high-level reporting instead of scanning every request.

API reporting endpoints

Authenticated API clients can read their request logs and rollups.

Example
GET /api/v1/usage/requests
GET /api/v1/usage/rollups?period_type=day
Copied Markdown