Make a Call
Get Active Call by Phone
Find the active call between an agent and a phone number
GET
Get Active Call by Phone
Find the active call (if any) between an agent and a specific phone number. Useful for de-duplication checks before placing a new call, or to look up the call ID associated with an inbound caller.Endpoint
Path parameters
Agent UUID.
Phone number in E.164 format (e.g.,
+15551234567). URL-encode the + sign as %2B.Request headers
Bearer token. Format:
Bearer talq_your_environment_token_hereExamples
Response
Active Call Found
No Active Call
Returns404 Not Found.
Notes
- Only calls with status
initiated,ringing, oransweredare considered active. - If multiple active calls exist (rare — typically only one), all are returned in the array.
- For historical lookups, use List Calls with
tofilter.