---
title: "List chats"
method: GET
path: "/chat"
tags: ["chat"]
---

# List chats

`GET /chat`

Retrieve a list of chats, optionally filtered by agent ID.

## Query parameters

- `agent_id` string
- `limit` integer
- `cursor` string

## Headers

- `Authorization` string, required

## Response `200`

200

- ChatListChatsResponse200
  - `status` string — Whether the request was successful.
  - `response` ChatGetResponsesContentApplicationJsonSchemaResponse
    - `chats` ChatGetResponsesContentApplicationJsonSchemaResponseChatsItems[], required
      - `chat_id` string, uuid, required
      - `chat_status` 'ongoing' | 'completed' | 'cancelled', required
      - `start_timestamp` string, date-time, required
    - `has_more` boolean, required — Indicates whether there are more chats available.
    - `next_cursor` string, required — Cursor to use for pagination to retrieve the next page of results.

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/synthflow/apis/platform-api.md) · [All operations](https://skmtc.dev/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synthflow/platform-api/revisions/6976456ad422/schema)
