> ## 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 By Custom ID

> Retrieve a specific session by its Custom ID.

## Returns

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

## Example

```python theme={"system"}
session_by_custom = galtea.sessions.get_by_custom_id(custom_id=custom_session_id)
```

## Parameters

<ResponseField name="custom_id" type="string" required>
  The Custom ID associated with the session to retrieve.
</ResponseField>
