List conversations
dosai_list_conversationsList dialogs with clients, most recently active first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, default 1. | |
| limit | No | Rows per page, max 50, default 20. | |
| status | No | open | resolved | closed. | |
| project_id | Yes | Project id, as returned by dosai_list_projects. | |
| include_archived | No | Include archived dialogs, hidden by default. |