list_conversations
Retrieve and filter conversations by status, priority, category, or search terms to manage user feedback and support requests effectively.
Instructions
List conversations with optional filters. Returns conversations with status, priority, unread counts, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status: open, in_progress, waiting_user, waiting_admin, resolved, closed | |
| priority | No | Filter by priority: low, normal, high, urgent | |
| app_id | No | Filter by app ID | |
| search | No | Search in conversation titles and messages | |
| category | No | Filter by category: bug, feature, question, feedback, other | |
| assigned_to | No | Filter by assigned admin ID | |
| limit | No | Max results (default: 50) | |
| offset | No | Pagination offset (default: 0) | |
| sort | No | Sort by: last_message, created, updated (default: last_message) |