Skip to main content
The search runs over both completed and partial (in-progress) transcripts. Note that partial transcripts often lag livestreams by approximately 30 minutes or more.

Path parameters

string
required
The transcript category to search within.

Query parameters

string
required
Search query string. Supports standard web search syntax, including:
  • Exact phrases — wrap in quotes (e.g., "phrase one")
  • Boolean operators — combine terms with OR (e.g., one OR two)
  • Excluded words — prefix with - (e.g., -phrase)
Search terms automatically match different grammatical forms (e.g., searching for “run” also matches “running” and “ran”).
string
required
Start of the date range to search within (ISO 8601 format). The date range between start_date and end_date must not exceed one week.
string
required
End of the date range to search within (ISO 8601 format). The date range between start_date and end_date must not exceed one week.

Response

Returns a list of transcript summary objects matching the search criteria, with highlighted keyword matches.
array
List of transcript summary objects matching the query.