---
title: "List Chats"
method: GET
path: "/workspaces/{workspace_id}/chat/chats"
tags: ["chat"]
---

# List Chats

`GET /workspaces/{workspace_id}/chat/chats`

## Path parameters

- `workspace_id` string, uuid, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ListChatsResponse
  - `chats` Chat[], required
    - `id` string, uuid, required
    - `workspace_id` string, uuid, required
    - `population_id` string, uuid, nullable, required
    - `population_name` string, nullable, required
    - `owner_id` string, uuid, required
    - `owner_name` string, nullable
    - `name` string, nullable, required
    - `cohort_filter` object, nullable, required
    - `cohort_label` string, nullable
    - `cohort_size` integer, nullable
    - `focused_persona_id` string, uuid, nullable, required
    - `focused_persona_name` string, nullable, required
    - `has_study_draft` boolean, required
    - `created_at` string, required
    - `updated_at` string, required
    - `can_write` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
