> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Trace

> Retrieve a single trace by ID.

## Returns

Returns a [Trace](/concepts/product/version/session/trace) object.

## Example

```python theme={"system"}
trace = galtea.traces.get(trace_id=trace_id)
```

## Parameters

<ResponseField name="trace_id" type="string" required>
  The unique identifier of the trace to retrieve.
</ResponseField>
