---
title: "Get Chats"
method: GET
path: "/chats"
tags: ["Chats"]
---

# Get Chats

`GET /chats`

## Response `200`

Successful Response

- ChatSummaryResponse[]
  - `chat_id` string, required
  - `title` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `hidden_at` string, date-time, nullable
  - `message_count` integer, required
  - `last_message` object, nullable
  - `last_user_context` object, nullable
  - `user_context_kinds` string[]

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/8d495ed916c6/schema)
