---
title: "Get Share Link"
method: GET
path: "/share-links/{share_link_id}/content"
tags: ["share-links"]
---

# Get Share Link

`GET /share-links/{share_link_id}/content`

## Path parameters

- `share_link_id` string, required

## Response `200`

Successful Response

- ShareLinkContent
  - `type` 'transcript', required
  - `transcript` TranscriptDetail
    - `transcript_id` string, required
    - `started_at` string, date-time, required
    - `ended_at` string, date-time, required
    - `duration` integer, required
    - `title` string, nullable
    - `description` string, nullable
    - `ticker` string, nullable
    - `ticker_variants` string[]
    - `company_name` string, nullable
    - `ticker_profiles` TickerProfile[], nullable
      - `sector` string, nullable
      - `market_cap` integer, nullable
      - `company_name` string, nullable
    - `ticker_price_changes` TickerPriceChange[], required
      - `ticker` string, required
      - `price_change` number, required
      - `since` string, date-time, required
    - `transcript_type` string, nullable
    - `tickers_also_mentioned` string[], required
    - `summary` string, nullable
    - `first_published_at` string, date-time, nullable
    - `voice_agent_prompt` string, nullable
    - `is_free` boolean
    - `is_bookmarked` boolean
    - `is_highlighted` boolean
    - `is_contributor` boolean
    - `user_engagement_context` UserEngagementContext — Per-user read state for a single transcript.
      - `is_read` boolean
      - `is_partially_read` boolean
      - `progress_pct` number
      - `visit_count` integer
      - `last_position_message_index` integer, nullable
      - `last_read_at` string, date-time, nullable
    - `messages` Message[], required
      - `speaker` Speaker
        - `user_id` string, nullable
        - `name` string, nullable
        - `title` string, nullable
      - `text` string, required
    - `listen_url` string, nullable
    - `summary_json` KeyDebate[], nullable
      - `title` string, required
      - `bull_argument` string, required
      - `bear_argument` string, required
    - `is_excerpt` boolean
    - `is_social_context_disabled` boolean
    - `social_context` TranscriptSocialContext
      - `comment_count` integer
      - `upvote_count` integer
      - `downvote_count` integer
      - `bull_count` integer
      - `bear_count` integer
      - `user_reactions` TranscriptReactionType[]
    - `highlights` TranscriptHighlight[]
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `transcript_highlight_id` string, uuid
      - `transcript_id` string, required
      - `user_id` string, required
      - `start_message_index` integer, required
      - `start_index` integer, required
      - `end_message_index` integer, required
      - `end_index` integer, required
      - `highlighted_text` string, nullable
    - `analysts` TranscriptAnalyst[]
      - `speaker_label` string, required
      - `stance` 'NONE' | 'BEAR' | 'BULL' | 'SKEPTIC'
  - `shared_by` string, nullable
  - `show_full_transcript` boolean

## Other responses

- `404` — Share link not found or expired
- `422` — Validation Error
- `500` — Internal server error or unsupported share link type

---

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