All updates

Read traces from your terminal

List recent traces, inspect a span tree and export trace context from the CLI.

Xinwei He

The TraceRoot CLI lets you list recent traces, inspect their span trees and export trace context without opening the dashboard.

After setting up the CLI with a project API key, start with traceroot traces list to find a run.

List recent traces in the terminal.

Use traceroot traces get <trace-id> to inspect its span tree, including model calls and tool steps.

Inspect the model calls and tool steps in a trace.

Run traceroot traces export <trace-id> --output ./trace-context to save the trace bundle to a local folder for your coding agent.

Export a trace bundle to the trace-context folder.