---
title: "Get Shareable Thread Content"
method: GET
path: "/conversations/share-content"
tags: ["Conversations"]
---

# Get Shareable Thread Content

`GET /conversations/share-content`

Get a shareable thread content (hides).

Required scopes:
+ **get**
+ **conversate**

## Query parameters

- `thread_id` integer, required — Id of thread.

## Response `200`

Successful Response.

- object
  - `content` string, required
  - `system_info` RespSystemInfo, required
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/revisions/3efcdbc40994/schema)
