For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
CommunitySign Up
HomeGuidesVerbsAPI ReferenceSelf-HostingClient SDKsTutorialsChangelog
HomeGuidesVerbsAPI ReferenceSelf-HostingClient SDKsTutorialsChangelog
    • Introduction
  • REST Call Control
  • REST Platform Management
      • GETretrieve recent calls for an account
      • GETretrieve jaeger trace detail for a call
      • GETretrieve recording for a call
      • GETretrieve pcap for a call
      • GETretrieve pcap for a call
      • GETretrieve recent calls for an account
      • GETretrieve jaeger trace detail for a call
  • Webhooks
    • GETNew Call
    • POSTNew Call
    • POSTClient Authentication
    • POSTNew Client Tool Request
  • Websocket API
LogoLogo
CommunitySign Up
REST Platform ManagementRecent Calls

retrieve pcap for a call

GET
https://api.jambonz.cloud/v1/Accounts/:AccountSid/RecentCalls/:CallId/pcap
GET
/v1/Accounts/:AccountSid/RecentCalls/:CallId/pcap
$curl https://api.jambonz.cloud/v1/Accounts/AccountSid/RecentCalls/CallId/pcap \
> -H "Authorization: Bearer <token>"
1{}
Was this page helpful?
Previous

retrieve pcap for a call

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

AccountSidstringRequired
CallIdstringRequired

Response

retrieve sip trace data

Errors

404
Not Found Error