---
title: "Get Conversation"
method: GET
path: "/team-messaging/v1/conversations/{chatId}"
tags: ["Conversations"]
---

# Get Conversation

`GET /team-messaging/v1/conversations/{chatId}`

Returns information about the specified conversation, including the list of conversation participants. A conversation is an adhoc discussion between a particular set of users, not featuring any specific name or description; it is a chat of 'Group' type. If you add a person to the existing conversation, it creates a whole new conversation.

## Path parameters

- `chatId` string, required

## Response `200`

Success

- TMConversationInfo
  - `id` string — Internal identifier of a conversation
  - `type` 'Direct' | 'Personal' | 'Group' — Type of conversation
  - `creationTime` string, date-time — Conversation creation datetime in ISO 8601 format
  - `lastModifiedTime` string, date-time — Conversation last change datetime in ISO 8601 format
  - `members` TMChatMemberInfo[]
    - `id` string — Internal identifier of a user

## Other responses

- `404` — Conversation Not Found.

---

[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)
