GET
/
v1
/
Accounts
/
{account_sid}
/
Calls
/
{call_sid}
{
  "account_sid": "5f8e8f60-4771-44cb-92a6-94ea66df0450",
  "application_sid": "98acd50a-9f25-42a6-8dbf-aadb400ddcf0",
  "call_id": "24f6442d-3be6-123a-dc86-0e72d4e3c899",
  "call_sid": "e1577b29-3609-4d83-9ddd-8bd7f965b53c",
  "call_status": "completed",
  "caller_name": "",
  "direction": "inbound",
  "duration": 57,
  "from": "+15083084809",
  "originating_sip_ip": "54.172.60.2:5060",
  "originating_sip_trunk_name": "Twilio",
  "service_url": "http://172.31.32.144:3000",
  "sip_status": 200,
  "to": "+15083728299"
}

Path Parameters

account_sid
string
required
Example:

"5f8e8f60-4771-44cb-92a6-94ea66df0450"

call_sid
string
required
Example:

"a4941f23-66b8-4b52-b495-94192adee7ec"

Response

200 - application/json

Get Call

The response is of type object.