What You’ll See
A table of transactions with:
Click any row to see full details.
Transaction Details
Each transaction includes:- Cost Breakdown: Input cost, output cost, total
- Usage Metrics: Token counts, image counts, etc.
- Context: All context you sent (feature, environment, user, session)
- Request ID: For correlating with your logs
Filtering
Find specific transactions:Real-Time Mode
Toggle real-time mode to see transactions as they arrive:- New transactions appear at the top
- Auto-refresh every few seconds
- Perfect for monitoring during deploys or tests
Common Use Cases
Debugging
When something looks wrong:- Filter to the relevant time window
- Find the suspicious transactions
- Check the usage metrics and context
- Correlate with your application logs using request_id
Investigating Cost Spikes
When the dashboard shows a spike:- Filter to the spike period
- Sort by cost (highest first)
- Look for unusually expensive transactions
- Check what model, feature, or user caused them
Monitoring
During launches or experiments:- Enable real-time mode
- Filter to the relevant feature/environment
- Watch transactions flow in
- Catch issues immediately
Export
Download transaction data:- CSV: For spreadsheet analysis
- JSON: For programmatic processing
Performance Tips
For large time ranges:- Use filters to narrow results
- Pagination keeps things responsive
- For deep analysis, export and use external tools
Related
- Cost Breakdown: Aggregate analysis
- Dashboard: High-level trends
- API Reference: Transaction schema details