Skip to main content
GET
List WhatsApp calls

Authorizations

X-API-Key
string
header
required

API key required for all endpoints

Query Parameters

page
integer
default:1
Required range: x >= 1
per_page
integer
default:20
Required range: 1 <= x <= 100
status
string

Filter by call status

direction
enum<string>

Filter by call direction

Available options:
inbound,
outbound
voice_agent_id
string<uuid>

Filter by voice agent ID

whatsapp_config_id
string<uuid>

Filter by WhatsApp configuration ID

period
enum<string>

Filter by time period

Available options:
today,
week,
month,
custom
start_date
string<date-time>

Start date for custom period (ISO 8601 format)

end_date
string<date-time>

End date for custom period (ISO 8601 format)

Response

A list of WhatsApp calls

data
object[]
meta
object