Download sipsandwich SIP PCAP for a call
GET/api/v1/calls/:id/sipsandwich-pcap
Returns an authenticated signaling-only PCAP attachment built from captured SIP messages. This endpoint is the canonical call-log PCAP download path and does not send users to the Homer UI.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 503
Generated sipsandwich SIP PCAP attachment.
Response Headers
content-disposition
Attachment filename for the generated PCAP.
Invalid request.
Missing or invalid bearer token.
Insufficient permissions.
Resource not found or no captured SIP messages were available.
sipsandwich PCAP capture API is not configured.