---
title: "List your chat rooms"
method: GET
path: "/api/v1/me/chats"
tags: ["humanApiChats"]
---

# List your chat rooms

`GET /api/v1/me/chats`

Returns a paginated list of all chat rooms where you are a participant.

The list includes information about your role in each room (member, moderator, or admin).
Shows only rooms you have access to based on your participation.

## Query parameters

- `cursor` string
- `limit` integer
- `page` integer
- `page_size` integer
- `status` 'active' | 'archived' | 'closed'
- `type` 'direct' | 'group' | 'task'
- `sort_by` 'inserted_at' | 'updated_at'
- `order` 'asc' | 'desc'

## Headers

- `X-API-Key` string, required

## Response `200`

Chat Rooms

- ChatsListMyChatsResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Agent authentication not allowed
- `422` — Validation Error

---

[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/0d93febd6870/schema)
