get-trace
Retrieve all spans for a specific trace ID to view the complete request flow across services, including timing, service, resource, and error information.
Instructions
Get all spans for a specific trace ID. Use after search-spans to see the full request flow across services. Returns all spans in the trace with timing, service, resource, and error information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| traceId | Yes | The trace ID to retrieve (hexadecimal string) | |
| from | No | Start time (defaults to 'now-1h') | |
| to | No | End time (defaults to 'now') |