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

> Retrieve a specific version by its ID.

## Returns

Returns a [Version](/concepts/product/version) object for the given version ID.

## Example

```python theme={"system"}
version = galtea.versions.get(version_id=version_id)
```

## Parameters

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