---
title: "Resolve a shared conversation link"
method: GET
path: "/api/v1/chat-review/resolve/{id}"
tags: ["chat"]
---

# Resolve a shared conversation link

`GET /api/v1/chat-review/resolve/{id}`

## Path parameters

- `id` string, required

## Response `200`

- ChatReviewResolveResponseDTO
  - `canReview` boolean, required — Whether the caller may review conversations in this org
  - `chatId` string, uuid, required — Chat id
  - `isOwnChat` boolean, required — Whether the chat belongs to the calling user
  - `userId` string, uuid, required — Id of the user the chat belongs to

## Changes

> 8 revisions in range; 3 could not be searched.

- **2026-08-19** `bd5a5f406bca` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wejam/apis/jam/changes/api/v1/chat-review/resolve/:id/get.md)

---

[API](https://skmtc.dev/wejam/apis/jam.md) · [All operations](https://skmtc.dev/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wejam/jam/revisions/b4e171f8d0f4/schema)
