get-trace
Get a trace by its exact trace ID from a project, returning the trace object with all spans.
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 |
|---|---|---|---|
| project_identifier | No | ||
| trace_id | Yes | ||
| include_annotations | No |