Skip to main content
GET
List calls

Authorizations

X-API-Key
string
header
required

Project API key for authentication. This is the recommended authentication method.

Get your API key from the Kapso dashboard under Integrations > API keys.

Path Parameters

phone_number_id
string
required

WhatsApp Business Phone Number ID

Query Parameters

direction
enum<string>

Filter by call direction

Available options:
inbound,
outbound
status
enum<string>

Filter by call status

Available options:
initiated,
ringing,
answered,
completed,
failed
since
string<date-time>

Filter calls started on or after this time (ISO 8601)

until
string<date-time>

Filter calls started on or before this time (ISO 8601)

limit
integer
default:20

Maximum number of results per page (default 20, max 100)

Required range: 1 <= x <= 100
before
string

Cursor for previous page (Base64 encoded)

after
string

Cursor for next page (Base64 encoded)

fields
string

Filter response fields

Response

Successfully retrieved calls

data
object[]
required
paging
object