List conversations (the unified inbox).
Returns the workspace’s conversations — Contacts that have an inbox presence — ordered by most recent activity (last_interaction_at, then id). Each item carries the conversation rollups: name, platform, last_message preview, unread_count, inbox_status and last_interaction_at. The conversation id is the contact uuid; fetch the thread via GET conversations//messages and reply via POST messages. Supports keyword, triage-status, unread and platform filters, and standard pagination.
Authorizations
Your workspace API key. It both authenticates the caller and selects the workspace.
Query Parameters
Keyword filter matched (LIKE) against the contact name, handle or phone.
Inbox triage status. One of open or done.
When truthy, only conversations with unread_count greater than 0.
Filter by the contact's denormalised messaging platform (e.g. whatsapp, facebook, instagram, sms, telegram, livechat).
Items per page (alias: limit). Default 25, hard cap 100.

