---
title: "Gets the list of chat threads of a user."
method: GET
path: "/chat/threads"
tags: ["Threads"]
---

# Gets the list of chat threads of a user.

`GET /chat/threads`

## Query parameters

- `maxPageSize` integer
- `startTime` string, date-time
- `api-version` string, required

## Response `200`

Request successful. The action returns a `GetThreadsResponse` resource.

- ChatThreadsItemCollection — Collection of chat threads.
  - `value` ChatThreadItem[], required — Collection of chat threads.
    - `id` string, required — Chat thread id.
    - `topic` string, required — Chat thread topic.
    - `deletedOn` string, date-time — The timestamp when the chat thread was deleted. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.
    - `lastMessageReceivedOn` string, date-time — The timestamp when the last message arrived at the server. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.
  - `nextLink` string — If there are more chat threads that can be retrieved, the next link will be populated.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `429` — Too many requests.
- `503` — Service unavailable.

## Changes

> 19 revisions in range; 2 could not be searched.

- **2026-07-13** `e3e45a46545e` — 1 info
  - api operation id `ListChatThreads` removed and replaced with `Chat_ListChatThreads`

[Change history](https://skmtc.dev/azure/apis/communication-chat/changes/chat/threads/get.md)

---

[API](https://skmtc.dev/azure/apis/communication-chat.md) · [All operations](https://skmtc.dev/azure/apis/communication-chat/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/communication-chat/revisions/57a59d1b8530/schema)
