Logs
Browse individual chat sessions, inspect every thread, and debug errors from the Logs view.
Overview
The Logs page in the dashboard shows every chat session for the selected agent. Each session contains one or more threads, and you can drill down into any thread to see the full message history, token usage, cost, and duration.
Active streams are highlighted with a real-time indicator, and the view auto-refreshes while threads are streaming.
Session Table
The main view lists all chat sessions for the selected agent.
| Column | Description |
|---|---|
| Created | When the chat session started |
| Status | Active (green) or Error (red) badge based on thread outcomes |
| Sandbox ID | Sandbox identifier — click to copy |
| Threads | Number of threads in the session |
Filtering & Search
The toolbar above the table provides three ways to narrow your view.
Status Filter
Filter by All, Active, or Error to quickly find conversations that need attention.
Date Range
Presets: Last hour, Last 24 hours, Last 7 days, Last 30 days. Or pick a custom date range with the calendar.
Search
Search by Sandbox ID to find a specific conversation. The search is debounced for performance.
Chat Details
Click any row to open a detail sidebar showing the full chat breakdown.
| Field | Description |
|---|---|
| Sandbox ID | Full sandbox ID (copyable) |
| Agent | Name of the agent that handled the session |
| Created | Session start timestamp |
| Total tokens | Sum of input + output tokens across all threads |
| Total cost | Aggregate USD cost for the session |
| Total duration | Combined execution time for all threads |
Below the summary is a thread table listing every thread with its status, token count, cost, and duration. Click a thread to drill down.
Thread View
The thread detail view shows per-thread metrics and the full conversation replay.
Input tokens
Tokens sent to the model
Output tokens
Tokens generated by the model
Cost
USD cost for this turn
Duration
Execution time in milliseconds
If a thread failed, an error message is displayed in a highlighted block. Below the metrics, you can replay the full conversation including rendered tool calls.
Live Monitoring
When any thread is actively streaming, the toolbar shows a pulsing blue Live indicator. The selected sandbox auto-refreshes every 2 seconds while streams are active.
| Status | Indicator | Description |
|---|---|---|
Streaming | Blue pulse | Thread is actively generating a response |
Completed | Green dot | Thread finished successfully |
Error | Red dot | Thread failed with an error |
Cancelled | Gray dot | Thread was stopped by the user |