Inbox
List Conversations
List conversations for a company
get/companies/{company}/conversations
Path parameters
companyinteger required
Query parameters
typesstring[]
Filter by conversation types
updated_beforestring date-time
Filter conversations updated before this date
updated_afterstring date-time
Filter conversations updated after this date
recipientstring
Filter by recipient phone number
is_archivedboolean
Filter by archived status
is_ai_agentboolean
When true, only return conversations whose call was answered by a voice (AI) agent. Honors type_filter_last_item: applies to last item by default, otherwise any item.
is_unreadboolean
When true, only return conversations with at least one unread item. When false, only return conversations with no unread items.
searchstring
Search term to filter conversations
number_idsinteger[]
Filter by number IDs
sort_bystring
Field to sort by
sort_direction'asc' | 'desc'
Sort direction
per_pageinteger
Number of items per page
Response
List of conversations
Changes
No recorded changes to this endpoint across all 2 revisions of this API.