Checkker
03/18/2026, 12:35 PMVapi Support Bot
03/18/2026, 12:37 PMphoneCallProviderId from the Vapi call object and check the corresponding call logs in your Twilio IE1 Console. Here’s a quick example using cURL to get the call details:
bash
curl -X GET "https://api.vapi.ai/call/019d00cb-8b2d-777f-a85a-d4942c573224" \
-H "Authorization: Bearer YOUR_API_KEY"
Look for the phoneCallProviderId in the response, then search for it in Twilio’s call logs to identify any transfer-related errors or region mismatches. This will help pinpoint if the issue is with Vapi’s initiation or Twilio’s handling of the transfer.
For more details, see the [Vapi troubleshooting guide](https://docs.vapi.ai/phone-calling/in-call-control/transfer-calls/debug-forwarding-drops).
Source:
- [Debug call forwarding drops](https://docs.vapi.ai/phone-calling/in-call-control/transfer-calls/debug-forwarding-drops)Ramsey
03/18/2026, 2:08 PMCheckker
03/18/2026, 3:44 PMRamsey
03/18/2026, 4:01 PMCheckker
03/18/2026, 4:42 PMRamsey
03/18/2026, 7:06 PMCheckker
03/19/2026, 11:12 AMChiranjeet Mishra
03/20/2026, 7:08 AMCheckker
03/31/2026, 9:52 PM