Skip to main content
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. The thread and waterfall subcommands render a single trace non-interactively, which is useful for scripting and coding agents.

Keyboard shortcuts

Flags

bt view thread

Print a trace’s LLM conversation as a single ordered transcript. Braintrust’s trace preprocessor collapses repeated messages across LLM spans into one thread, so you can inspect a conversation without opening each span individually.
Select the trace with the same options as bt view trace: --trace-id <ID> (alias --root-span-id), --url <URL> (or a positional URL), or --object-ref <REF> with --project-id.

bt view waterfall

Render a trace waterfall showing each span’s offset and duration within the trace, along with model, token, cost, and cache details such as prompt cache hit percentage when available. Use the timeline alias for parity with the Braintrust app’s Timeline tab.
Select the trace with the same options as bt view trace.