---
title: "List thread share links"
method: GET
path: "/threads/{threadId}/share"
tags: ["Threads"]
---

# List thread share links

`GET /threads/{threadId}/share`

List active public share links for a thread.

## Path parameters

- `threadId` string, uuid, required — Thread ID to list public snapshots for.

## Response `200`

OK

- object
  - `shares` object[], required — Active share links for the thread.
    - `shareId` string, uuid, required — Unique identifier for the snapshot.
    - `threadId` string, uuid, required — Thread the snapshot was taken from.
    - `url` string, required — Public read-only URL for the snapshot.
    - `createdAt` string, date-time, required

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
