Returns chats ordered by latest message date using cursor pagination.
Args: per_page (int, optional): Defaults to 12. cursor (str, optional): Cursor for pagination search_term (str, optional): a search param representing a patient name or phone number patient_id (str, optional): filter by specific patient ID chat_id (str, optional): prioritize specific chat ID in results unread_only (bool, optional): filter to only unread chats unresponded_only (bool, optional): filter to chats where last message was from patient location_id (str, optional): filter to patients at current user’s location only human_only (bool, optional): filter to chats where latest message is from humans (not AI assistants)
The tenant you are making this request on behalf of
Your api key