---
title: "GET /messages/conversations/{conversationId}"
method: GET
path: "/messages/conversations/{conversationId}"
tags: ["ConversationAdministration"]
---

# GET /messages/conversations/{conversationId}

`GET /messages/conversations/{conversationId}`

Gets the details of a specific conversation.

## Path parameters

- `conversationId` string, required

## Query parameters

- `api-version` string, required

## Headers

- `x-ms-client-request-id` string, uuid

## Response `200`

The request has succeeded.

- CommunicationConversation — A conversation.
  - `id` string, required — The conversation ID.
  - `topic` string — The conversation topic.
  - `deliveryChannelIds` string[] — List of delivery channel IDs.
  - `outboundDeliveryStrategy` 'internalOnly' | 'allParticipants' — The options of the outbound delivery strategy for messages sent by participants in a conversation.
  - `participants` ConversationParticipant[] — List of participants involved in the conversation.
    - `id` string, required — Participant Identifier.
    - `displayName` string — Participant display name.
    - `kind` 'internal' | 'external', required — The type of a participant in a threaded conversation.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/communication-messages.md) · [All operations](https://skmtc.net/azure/apis/communication-messages/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/communication-messages/revisions/ec11c913a0e6/schema)
