---
title: "Get a publicly shared session by share link"
method: GET
path: "/api/v1/sessions/{cell}/{shareId}"
tags: ["Sessions"]
---

# Get a publicly shared session by share link

`GET /api/v1/sessions/{cell}/{shareId}`

Returns the session transcript envelope for a home-cell + opaque share id. No auth required. Only the shareId is forwarded upstream; the repository is never part of the request. Unknown/invalid cell or non-shared → 404.

## Path parameters

- `cell` string, required
- `shareId` string, required

## Response `200`

Session transcript envelope

- unknown

## Other responses

- `404` — Invalid cell or unknown/non-shared session

---

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