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

> Retrieve a specific session by its ID.

## Returns

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

## Example

```python theme={"system"}
session = galtea.sessions.get(session_id=session_id)
```

## Parameters

<ResponseField name="session_id" type="string" required>
  The ID of the session to retrieve.
</ResponseField>
