get_langfuse_trace_detail
Fetches complete details of a Langfuse trace by ID, returning input/output, observations, scores, and metadata.
Instructions
Fetch full detail for a single Langfuse trace by its ID.
Returns the complete trace including input/output data, observations (spans, generations), scores, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_url | Yes | Langfuse host URL (e.g. https://cloud.langfuse.com or http://localhost:3000). | |
| trace_id | Yes | The ID of the trace to fetch. | |
| public_key | Yes | Langfuse public API key. | |
| secret_key | Yes | Langfuse secret API key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |