get_trace
Retrieve complete distributed trace details by trace ID, including all spans, to inspect and analyze request flows from Jaeger.
Instructions
Get complete trace details by ID.
Args: trace_id: Trace identifier
Returns: JSON string with full trace data including all spans
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |