Skip to main content
GET
/
v1
/
calls
List calls
curl --request GET \
  --url https://pilotstatus.com.br/v1/calls \
  --header 'x-api-key: <api-key>'
{
  "calls": [
    {
      "id": "call_01HZX...",
      "externalCallId": "wacid.ABGG...",
      "direction": "INBOUND",
      "status": "COMPLETED",
      "peerNumber": "5511999999999",
      "durationSeconds": 120,
      "startedAt": "2026-07-03T15:00:00.000Z",
      "connectedAt": "2026-07-03T15:00:05.000Z",
      "endedAt": "2026-07-03T15:02:05.000Z",
      "createdAt": "2026-07-03T15:00:00.000Z",
      "updatedAt": "2026-07-03T15:02:05.000Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your ps_ API key

Query Parameters

limit
string

Page size (default 25). (number (1–100))

before
string

Cursor: only calls created strictly before this instant. (string (ISO 8601))

Response

List calls