Objective
Twilio voice call logs can be viewed and exported from Twilio Console. The voice call logs include all types of calls (i.e. Programmable Voice SIP, VoIP / Client / SDK, and PSTN / carrier calls, in addition to Elastic SIP Trunking calls).
Product
Programmable Voice
Environment
legacy Twilio Console
Procedure
How to view and export your voice call logs
- Log into Twilio Console.
- Click on the the Monitor tab.
- Expand Logs and click on Calls.
- You will now see a list of your latest calls.
- You can filter the calls by Date, Status, From, To and Call Type.
*note: If you filter by only the phone number, SIP calls will not show up. To view your SIP calls, either filter by the full SIP address URI or remove the To and/or From filters. - This list can be exported to a CSV file by clicking Export CSV.
- Click Download CSV
Note: The CSV export has a limit of 2500 calls. If you need to export more than 2500 calls, you will need to use the API to pull this data.
Caution: On the call logs screen in the Console, if you input a filter (e.g: a phone number in the 'From' or 'To' fields) and clicks apply to run a search, the filter is applied correctly.
If you then use the delete/backspace key (or cmd-X) to remove the input and proceed to populate a second filter, both filters are applied.
In short, the only way to remove a filter is via the 'clear' link next to the 'apply' button, which does actually cause the filters to be removed from subsequent queries. Please do this workaround as Twilio fixes this issue. We apologize for any inconvenience.
Additional Information
How to retrieve call logs using the API