---
title: "Quote Search Transcripts"
method: POST
path: "/transcripts/quote-search"
tags: ["transcripts"]
---

# Quote Search Transcripts

`POST /transcripts/quote-search`

## Request body

- QuoteSearchRequest
  - `query` string, required
  - `limit` integer
  - `skip` integer
  - `min_score` number, nullable

## Response `200`

Successful Response

- QuoteSearchResultResponse[]
  - `transcript` TranscriptBasic, required
    - `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
  - `quote` string, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[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/89fec75ff598/schema)
