cURL
curl --request GET \ --url 'https://api.wavix.com/v1/call?appid='
{ "calls": [ { "uuid": "5dccb6b0-f35c-488c-867b-86fb012c4415", "event_type": "call_setup", "event_time": "2025-09-22T12:56:38.547Z", "event_payload": null, "from": "+18045961058", "to": "17653889567", "call_started": "2025-09-22T12:56:38.547Z", "call_answered": null, "call_finished": null, "machine_detected": false, "tag": "" } ], "success": true }
Use this method to retrieve all active calls on your account.
An API key to authorize your request
A list of active calls
List of calls
Show child attributes
Call ID
"5dccb6b0-f35c-488c-867b-86fb012c4415"
The latest call event
"call_setup"
Date and time of the latest event
"2025-09-22T12:56:38.547Z"
Event-specific data
null
Caller ID
"+18045961058"
Destination number
"17653889567"
Date and time when the call started
Date and time when the call was answered
Date and time when the call ended
Indicates whether the call was answered by an answering machine
false
Call metadata
""
Indicates the succes request
true
Was this page helpful?