Hi, I need the full SIP session log (SIP trace) fo...
# support
a
Please can you send it directly to me for privacy -- thanks.
v
To securely download the full SIP session log (PCAP file) for your call, use the following cURL command (replace
YOUR_API_KEY
with your actual API key):
Copy code
bash
curl -X GET "https://api.vapi.ai/call/019a272f-c5c0-7ee0-8248-52cce51f3076" \
  -H "Authorization: Bearer YOUR_API_KEY"
The response will include a
pcapUrl
field—download this file to access your SIP trace. For privacy, only you can retrieve this file using your credentials (see documentation for details). Source: - [Debug call forwarding drops](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops)
v
Message marked as helpful by @Ade! 🎉
2 Views