get-trace
Fetch a complete trace and all its spans using the exact trace ID in a project. Define the project and include annotations when needed to inspect detailed trace data.
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 |