---
title: "List agent's chat rooms"
method: GET
path: "/api/v1/agent/chats"
tags: ["agentApiChats"]
---

# List agent's chat rooms

`GET /api/v1/agent/chats`

Lists chat rooms where the current agent is a participant

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `X-API-Key` string, required

## Response `200`

Agent's chat rooms

- ChatsListAgentChatsResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Agent authentication required

---

[API](https://skmtc.dev/band/apis/request-api.md) · [All operations](https://skmtc.dev/band/apis/request-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/band/request-api/revisions/3cff423845a2/schema)
