> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracelm.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Trace Tree

> Conversation trace graph with trace and tool-call nodes

Builds a hierarchical graph for conversation execution analysis.

## Path Parameters

* `conversation_id` (UUID)

## Response

* `nodes[]` (`type: trace | tool_call`)
* `edges[]` (`edge_type: trace_parent | trace_to_tool | temporal`)
* `summary`
  * `total_nodes`, `total_edges`
  * `trace_nodes`, `tool_call_nodes`
  * `loop_related_nodes`, `failure_related_nodes`, `context_related_nodes`
