Trace list
Each row summarizes a trace: name (root span), start time, duration, span count, error count, services, total tokens, and total cost. Filter byuser_id,
session_id, or search by trace_id.
Trace detail
Opening a trace shows:- Span waterfall — the spans laid out by time, so you can see planning, retrieval, tool calls and generations in sequence.
- Per-span detail — model, token breakdown (input / output / cache), cost, latency, status, and the input/output payloads.
- Scores — any eval or annotation scores attached to the trace.
Where traces come from
Anything that exports to the OTLP endpoint:- Claude Agent SDK via
trace() - Vercel AI SDK via OpenTelemetry
- Claude Code sessions via
/v1/logs