> ## 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 Phone Connection

> Retrieve a specific phone connection by its ID.

## Returns

Returns a [Phone Connection](/concepts/product/phone-connection) object for the given ID.

## Example

```python theme={"system"}
phone_connection = galtea.phone_connections.get(phone_connection_id=phone_connection_id)
```

## Parameters

<ResponseField name="phone_connection_id" type="string" required>
  The ID of the phone connection to retrieve.
</ResponseField>
