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

# List chats

`GET /api/chat/list`

List the authenticated user's chats (most recently updated first).

## Response `200`

Chat list

- Chat[]
  - `createdAt` string, required
  - `title` string, required
  - `updatedAt` string, required
  - `id` string, required

## Other responses

- `401` — Unauthorized
- `403` — Subscription required

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/revisions/8ef0dfb5d23c/schema)
