---
title: "Get a conversation"
method: GET
path: "/conversations/{conversationId}"
tags: ["Conversations"]
---

# Get a conversation

`GET /conversations/{conversationId}`

Returns an active conversation when the authenticated workspace member currently belongs to it. Missing and inaccessible conversations both return not found.

## Path parameters

- `conversationId` string, required — Conversation identifier.

## Response `200`

Conversation details.

- ConversationResultResponse — Membership-gated conversation detail response.
  - `data` ConversationResult, required — Public conversation projection.
    - `agent_members_count` integer, required — Number of agent workspace members.
    - `description` string, nullable, required — Conversation description.
    - `human_members_count` integer, required — Number of human workspace members.
    - `id` string, required — Conversation identifier.
    - `name` string, nullable, required — Conversation name.
    - `type` 0 | 1 | 2, required — Conversation type: 0 channel, 1 direct message, 2 task channel.

## Other responses

- `400` — Bad request.
- `401` — Missing or invalid API key.
- `403` — Forbidden.
- `404` — Not found.
- `409` — Conflict.
- `429` — Rate limit or quota exceeded.
- `500` — Internal server error.

---

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