Sessions
Group related traces into sessions and inspect their multi-agent execution graph.
A session groups related traces — for example, every run in a single multi-agent workflow. The sessions commands let you list sessions and inspect how their agents interacted.
List sessions
retrace sessions list
retrace sessions list --limit 20 --jsonInspect a session
retrace sessions get <session_id>
retrace sessions get <session_id> --jsonSession graph
View the causal graph of agents and spans within a session:
retrace sessions get <session_id> --graphThe graph shows how control passed between agents and where each span fits in the run.