get_all_conversations
Retrieve all conversations across channels with optional filtering by contact name and tags to manage and analyze communication history.
Instructions
Retrieve all conversations from all channels
This gets conversations from the "All channels" endpoint, with optional filtering by name and tags.
Args: user_id: User ID account_id: Account ID limit: Maximum number of results to return (default: 100) offset: Pagination offset (default: 0) name: Optional search filter for contact name tag_ids: Optional comma-separated list of tag IDs to filter by
Returns: List of all conversations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| limit | No | ||
| offset | No | ||
| name | No | ||
| tag_ids | No |