List conversations
Lists the linked number’s conversations, ordered by last activity (lastMessageAt desc). Paginated via page/pageSize. Filter by date with startDate/endDate (ISO 8601, over lastMessageAt). The number’s privacy (PII) mode affects the response: RELAY_ONLY returns [] + notice:“PII_RELAY_ONLY”; STORE_X_DAYS clamps to the window max(startDate, now − retentionDays). Requires a number-scoped key. Contact identity: from is the E.164 phone (with +) when known — it may be null for contacts using a WhatsApp username; userId is the durable BSUID (stable contact id) and username the public handle when visible.
Requires a number-scoped key.
Authorizations
Your ps_ API key
Query Parameters
Start of the date range (filters by lastMessageAt). Must be ≤ endDate. (string (ISO 8601))
End of the date range (filters by lastMessageAt). (string (ISO 8601))
Page (default 1). (integer (≥1))
Items per page (default 30, max 100). (integer (1–100))
Response
List conversations