get_trace
Retrieve complete trace details by trace ID, returning all spans with attributes and parsed OpenTelemetry data for LLM operations.
Instructions
Get complete trace details by trace ID.
Returns all spans with attributes, including parsed Opentelemetry data for LLM operations.
Args: trace_id: Trace identifier
Returns: JSON string with trace details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |