v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
WhatsApp Calling

List call history for an account

Compact history listing for a single connected account. Results are scoped to the resolved SocialAccount; profile-scoped team members cannot read calls on sibling accounts.

Cursor pagination: pass the returned nextCursor as before to fetch the next page (same scheme as GET /v1/calls). since/until remain as absolute range filters and combine with the cursor.

get/v1/whatsapp/calls

Query parameters

accountIdstring required
status'ringing' | 'answered' | 'ended' | 'failed'
direction'inbound' | 'outbound'
sincestring date-time
untilstring date-time
beforestring date-time

Return calls with startedAt strictly before this instant (use the previous page's nextCursor).

limitinteger

Response

Calls

nextCursorstring date-time nullable

Pass as before for the next page; null on the last page.