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

# Get my conversations

`GET /chats/me`

Get my conversations

## Query parameters

- `page` boolean
- `limit` boolean

## Response `200`

Successful operation

- 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)
