---
title: "Returns a list of client chat messages"
method: GET
path: "/chats"
tags: ["chat"]
---

# Returns a list of client chat messages

`GET /chats`

Returns the list of client chat messages that the provided key has access to.

## Query parameters

- `size` integer
- `from` integer

## Response `200`

A JSON array of client chat messages

- Chat[]
  - `id` string, required

---

[API](https://skmtc.net/zenlist/apis/zenlist-partner-integration-api.md) · [All operations](https://skmtc.net/zenlist/apis/zenlist-partner-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenlist/zenlist-partner-integration-api/revisions/803c0368dc8e/schema)
