---
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

---

[API](https://skmtc.net/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.net/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/versions/c764f0a64a5e/schema)
