get-trace
Retrieve a complete trace and all its spans by providing its trace ID. Optionally specify a project to filter.
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 |