List Dialogue Threads
dialogue_list_threadsGet an overview of all conversation threads in a project with key details like title, status, and last message. Filter by status or paginate to locate specific discussions.
Instructions
List conversation threads within a project.
Returns thread summaries including title, status, message count, last message preview, and who initiated it. Results are sorted by most recently updated.
Args:
project_id (string): The project to list threads from
status (string, optional): Filter by status (active/resolved/archived)
offset (number, optional): Pagination offset (default 0)
limit (number, optional): Max results (default 20)
Returns: Paginated list of thread summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| offset | No | Pagination offset (default 0) | |
| status | No | Filter by status: active, resolved, or archived | |
| project_id | Yes | The project ID |