Get Trace Details
get_traceRetrieve the detailed span tree for a specific trace to see operation hierarchy, timing, and optional attributes. Understand the full request flow and identify where time is spent.
Instructions
Get the detailed span tree for a specific trace. Shows the hierarchy of operations, their timing, and optionally their attributes. Use this to understand the full request flow and identify where time is spent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id | Yes | Full or prefix trace ID (min 6 chars) | |
| show_attributes | No | Include span attributes (default: false) |