---
title: "List Bookmarked Transcripts"
method: GET
path: "/transcripts/bookmarked"
tags: ["transcripts"]
---

# List Bookmarked Transcripts

`GET /transcripts/bookmarked`

## Response `200`

Successful Response

- TranscriptBasic[]
  - `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

## Other responses

- `404` — Not found

---

[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)
