> ## 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.

# Retrieving Evaluation

> Retrieve a specific evaluation by its ID.

## Returns

Returns an [Evaluation](/concepts/product/version/session/evaluation) object for the given evaluation ID.

## Example

```python theme={"system"}
evaluation = galtea.evaluations.get(evaluation_id=evaluation_id)
```

## Parameters

<ResponseField name="evaluation_id" type="string" required>
  The ID of the evaluation you want to retrieve.
</ResponseField>
