---
title: "List Conversations Endpoint"
method: GET
path: "/api/v1/remy/conversations"
tags: ["remy", "remy"]
---

# List Conversations Endpoint

`GET /api/v1/remy/conversations`

Every conversation this user owns, with a last-message preview for the list view.

## Query parameters

- `campaign_id` string, nullable — Scope to one campaign; omit for all of this user's.

## Response `200`

Successful Response

- ConversationListItemDTO[]
  - `id` string, required
  - `creator_id` string, required
  - `platform` string, required
  - `channel` string, required
  - `status` string, required
  - `agreed_price` number, nullable
  - `handle` string, nullable
  - `display_name` string, nullable
  - `profile_pic_url` string, nullable
  - `followers` integer, nullable
  - `last_message_at` string, date-time, nullable
  - `last_message_preview` string, nullable
  - `last_message_role` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
