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

# Get all team conversations

`GET /chats`

Get all team conversations

## Query parameters

- `isOwner` boolean
- `page` number
- `limit` number
- `sortField` string
- `order` string

## Response `200`

Successful operation

- object
  - `data` object
    - `total` number
    - `conversations` object[]
      - `id` string
      - `label` string
      - `summary` string
      - `aiAgentId` string
      - `chunkSize` number
      - `lastChunkID` string

---

[API](https://skmtc.net/smythos/apis/smyth-api.md) · [All operations](https://skmtc.net/smythos/apis/smyth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smythos/smyth-api/versions/1475e078fb4a/schema)
