get-trace
Fetch a complete trace by exact trace ID within a project, returning all spans in that trace.
Instructions
Get a single trace by its exact trace ID within a project.
Example usage: Show me trace "abc123def456" from project "default"
Expected return: A trace object with all spans that belong to the trace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id | Yes | ||
| project_identifier | No | ||
| include_annotations | No |