
Summary Cards

Usage Value Trend and Model Split

Search and Filters

- Rows — 10, 20, or 50 entries per page
- Stream — All, Streaming, or Non-Streaming
- Status — All, Success, Failed, or Refunded
Log Table Columns
Each row is one API request.
The footer reports which slice of the result set you are viewing, with previous and next controls.
If nothing matches, the table says so rather than showing an empty grid — widen the date-independent filters or clear the search box.
Practical Uses
- Debug a failed call — filter by Failed, find the request ID, and match it against your application logs
- Explain a cost spike — sort out which model and key drove usage value on the peak day
- Verify caching works — compare cache read counts against total tokens for repeated prompts
- Check streaming behavior — filter to Streaming and compare time to first token against total latency
- Audit key activity — search a key name to see everything it has done in the window
Related
Dashboard Overview
High-level spend and usage metrics.
Pricing
Per-token rates driving the costs shown in logs.
Rate Limits
How request and token rates affect your traffic.