Get phone connection by ID
Get a specific phone connection by ID. See Phone Connections.
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Path Parameters
PhoneConnection ID
Response
Phone connection retrieved successfully
"prod_123"
"Support line"
The phone number Galtea dials, in E.164 format.
"+14155552671"
"phoneConnection_123"
"user_123"
TTS voice the simulated caller speaks with (Speechmatics, English-only). One of sarah (en-GB female), theo (en-GB male), megan (en-US female), jack (en-US male) — fetch the current set from GET /phoneConnections/voices. Leave empty/null to use the default voice (sarah). An unsupported value is rejected with 400.
"jack"
Optional language code for the telephony agent.
"en-US"
Whether the voice agent opens the conversation once the call connects. false (default) means the simulated caller speaks first; true suits interviewer-style agents that greet first.
false