---
title: "List Pluto conversations"
method: GET
path: "/copilot/conversations"
tags: ["copilot"]
---

# List Pluto conversations

`GET /copilot/conversations`

Lists the authenticated business group's Pluto threads, most-recently-active first.

## Query parameters

- `limit` integer

## Response `200`

OK

- PageCopilotConversationView
  - `data` CopilotConversationView[], nullable, required
    - `created_ts` string, date-time
    - `id` string
    - `title` string
    - `updated_ts` string, date-time
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required
  - `total_count` integer, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
