---
title: "List conversations"
method: GET
path: "/api/chat/conversations"
tags: ["Chat"]
---

# List conversations

`GET /api/chat/conversations`

## Response `200`

Conversation list

- object
  - `conversations` object[]
    - `id` integer
    - `participants` string[]
    - `last_message` string
    - `updated_at` integer

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
