---
title: "List Favorite Chats"
method: GET
path: "/team-messaging/v1/favorites"
tags: ["Chats"]
---

# List Favorite Chats

`GET /team-messaging/v1/favorites`

Returns a list of the current user's favorite chats.

## Query parameters

- `recordCount` integer

## Response `200`

Success

- TMChatListWithoutNavigation
  - `records` TMChatInfo[], required — List of chats
    - `id` string — Internal identifier of a chat
    - `type` 'Everyone' | 'Team' | 'Group' | 'Direct' | 'Personal' — Type of chat
    - `public` boolean — For 'Team' chat type only. Team access level.
    - `name` string — For 'Team','Everyone' chats types only. Chat name.
    - `description` string — For 'Team','Everyone' chats types only. Chat description.
    - `status` 'Active' | 'Archived' — For 'Team' chat type only. Team status.
    - `creationTime` string, date-time — Chat creation datetime in ISO 8601 format
    - `lastModifiedTime` string, date-time — Chat last change datetime in ISO 8601 format
    - `members` TMChatMemberInfo[]
      - `id` string — Internal identifier of a user

## Other responses

- `400` — Some of the parameters are missing or have invalid format

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
