cURL
curl --request GET \ --url https://api.toughtongueai.com/api/public/v2/sip/calls \ --header 'Authorization: Bearer <token>'
{ "calls": [ { "id": "call_abc123", "scenario_id": "scenario_xyz", "phone_number": "+14155551234", "status": "call_ended", "duration_seconds": 180, "created_at": "2024-01-15T10:30:00Z" } ], "total": 1, "page": 1, "limit": 50 }
List SIP phone call records
pending
scheduled
in_call_recording
call_ended
failed