---
title: "Get User Chats"
method: GET
path: "/api/v1/chat-history/chats"
---

# Get User Chats

`GET /api/v1/chat-history/chats`

Get all chats for the current user.

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- ChatResponse[]
  - `id` string, required
  - `title` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `message_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/morpheusais/apis/morpheus-api-gateway.md) · [All operations](https://skmtc.net/morpheusais/apis/morpheus-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morpheusais/morpheus-api-gateway/revisions/061297d1593b/schema)
