Skip to main content
GET
/
v1
/
calls
/
{callId}
Get call
curl --request GET \
  --url https://pilotstatus.com.br/v1/calls/{callId} \
  --header 'x-api-key: <api-key>'
{
  "id": "call_01HZX...",
  "externalCallId": "wacid.ABGG...",
  "direction": "INBOUND",
  "status": "RINGING",
  "peerNumber": "5511999999999",
  "sdpOffer": "v=0\r\n...",
  "sdpAnswer": null,
  "createdAt": "2026-07-03T15:00:00.000Z",
  "updatedAt": "2026-07-03T15:00:00.000Z"
}

Authorizations

x-api-key
string
header
required

Your ps_ API key

Path Parameters

callId
string
required

Pilot Status id (call_...) or provider call id (wacid / CallID).

Query Parameters

includeSdp
string

Include sdpOffer/sdpAnswer in the DTO. ("1")

Response

Fetch call with SDP