bt view is an interactive terminal UI for browsing logs, traces, and spans. Use it to inspect individual requests, drill into LLM conversation threads, and navigate span hierarchies.
Keyboard shortcuts
| Key | Action |
|---|---|
↑ / ↓ | Navigate rows |
Enter | Open trace |
/ | Edit search |
r | Refresh |
t | Toggle span / thread view |
← / → | Switch detail panes |
Ctrl+k, Enter | Open current item in browser |
Backspace / Esc | Go back |
q | Quit |
Flags
| Flag | Description |
|---|---|
--window <DURATION> | Relative time window (e.g. 30m, 3d; default: 1h) |
--since <TIMESTAMP> | Absolute lower bound (overrides --window) |
--search <TEXT> | Free-text search |
--filter <EXPR> | BTQL filter expression |
--list-mode <MODE> | summary (default) or spans — one row per span |
--limit <N> | Rows to fetch (default: 50) |
--url <URL> | Open a specific Braintrust URL directly |
--non-interactive | Print results without the interactive interface |
--object-ref <REF> | Target a specific object (project_logs:<id>, experiment:<id>, dataset:<id>) |