---
title: "List conversations for a domain"
method: GET
path: "/advisor/conversations/{domain}"
tags: ["AI Advisor"]
---

# List conversations for a domain

`GET /advisor/conversations/{domain}`

Returns all conversations the current user has in the given advisor domain, most recent first. Lightweight summaries only — no message bodies.

## Path parameters

- `domain` string, required

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

> 70 revisions in range; 47 could not be searched.

- **2026-04-21** `55cdc040840c` — 1 info
  - api operation id `listConversations` removed and replaced with `getConversation`
- **2026-04-13** `74f4b05ea2ad` — 1 info
  - api operation id `getConversation` removed and replaced with `listConversations`
- **2025-01-22** `ed48b7196725` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/advisor/conversations/:domain/get.md)

---

[API](https://skmtc.dev/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.dev/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/revisions/3b138b306b5b/schema)
