Skip to main content
GET
Get SIP Call Logs

Headers

string
required
Your API key for authentication.

Query Parameters

string
required
The phone number to fetch call logs for. Must be in E.164 format.
number
Maximum number of calls to return. Default: 50.
string
Cursor for pagination. Pass the call_id of the last call from the previous page to fetch the next page.

Response

array
Array of call records. Each includes:
  • call_id (string) — Unique SIP Call-ID
  • direction (string) — "inbound" or "outbound"
  • from (string) — Caller number
  • to (string) — Callee number
  • status (string) — Final SIP status (e.g., "200 OK", "486 Busy")
  • sip_code (number) — SIP response code
  • duration_seconds (number) — Call duration
  • started_at (string) — ISO 8601 timestamp
  • ended_at (string) — ISO 8601 timestamp
  • source_ip (string) — Source IP address
Example Request

Docs for agents: llms.txt