---
title: "Get Conversation"
method: GET
path: "/v1/external-support/{projectId}/conversations/{conversationId}"
tags: ["External Support Panel"]
---

# Get Conversation

`GET /v1/external-support/{projectId}/conversations/{conversationId}`

Retrieve the details of a specific conversation in the external support panel.

## Path parameters

- `projectId` string, required
- `conversationId` string, required

## Response `200`

Conversation retrieved successfully

## Other responses

- `401` — Unauthorized - Invalid authentication credentials
- `404` — Not found - Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/jelou/apis/jelou-api.md) · [All operations](https://skmtc.net/jelou/apis/jelou-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jelou/jelou-api/versions/845ce127d94a/schema)
