---
title: "View Shared Session"
method: GET
path: "/studio/share/shared/{share_id}"
tags: ["AI_STUDIO", "SHARE"]
---

# View Shared Session

`GET /studio/share/shared/{share_id}`

View a shared playground session.

This is the public endpoint for viewing shared content.
- 'anyone' links: No authentication required
- 'specific_people' links: User must be authenticated and in the allowed list

## Path parameters

- `share_id` string, uuid, required

## Response `200`

Successful Response

- SharedSessionResponse — Response when viewing a shared session.
  - `session_id` string, required
  - `session_name` string, required
  - `created_at` string, date-time, required
  - `share_title` string, nullable, required
  - `turns` object[], required
  - `is_read_only` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
