Get phone connections
Get list of phone connections with pagination and filtering. 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-....
Query Parameters
Filter by phone connection IDs
Filter by product IDs
Filter by phone connection names (exact match, multiple)
Filter by phone connection name (partial match)
Filter by phone numbers (exact match, multiple)
Filter by phone number (partial match)
Sort instructions (field and direction pairs)
Maximum number of results
Number of results to skip
Filter phone connections created at or after this timestamp (ISO 8601 format)
Filter phone connections created at or before this timestamp (ISO 8601 format)
Response
Phone connections 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