GET
List Conversations
Returns a paginated list of conversations in your sub-account.
GET
https://api.vantaxai.com/v1/conversationsConversations are returned newest-activity-first (ordered by `last_message_at`). Filter by `channel` and `status`, and use the `limit` and `starting_after` cursor parameters to page through large collections.
Channels
A conversation belongs to exactly one channel. To follow up the same contact on a different channel, look for (or start) a separate conversation on that channel.
Unread filtering
Combine `status=open` with the `unread_count` field on each record to surface threads that still need a human reply.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Query Parameters
sub_account_idstringrequiredThe sub-account to list conversations for.
example: sub_8a1f4c2e
channelstringoptionalFilter to a single messaging channel.
smswhatsappfacebookinstagramemailexample: whatsapp
statusstringoptionalFilter by conversation status.
openpendingclosedexample: open
limitintegeroptionalNumber of records to return (1–100). Defaults to 20.
example: 20
starting_afterstringoptionalCursor for pagination — a conversation id to start after.
example: conv_7b2e9a