---
title: "List chats"
method: GET
path: "/api/v1/chat"
---

# List chats

`GET /api/v1/chat`

List all chats in the given workspace.

## Query parameters

- `t` integer, nullable
- `limit` integer

## Headers

- `workspace-id` string, required

## Cookies

- `apikey` string

## Response `200`

Successful Response

- ChatResponses — Research request model.
  - `r` IChat[], required
    - `workspace_id` string, required
    - `t` integer, required
    - `id` string, required
    - `title` string, required
    - `org_h_` integer, required
    - `task_status` object
    - `task_action` object
    - `task_type` object
    - `task_title` object
    - `last_read` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
