Local search is the right path when an integration or agent needs plaintext transcript content.
It requires Vued Desktop or the headless daemon to be signed in, encryption-unlocked, and locally synced.
Keyword search
Use search for names, exact phrases, topics, decisions, and known terms.
Each result contains a meeting and transcript matches:
Semantic search
Use semantic_search when wording may differ:
Semantic search asks the cloud for vector refs, then uses the local runtime API to hydrate decrypted plaintext chunks. If no local runtime is available, the SDK raises VuedLocalUnavailableError instead of returning unhydrated cloud-only references.
Fetch full transcript text
The response includes both rendered transcript text and structured transcript events.
Download Markdown
Use download_meeting to write a saved meeting or suggested candidate to Markdown:
Last modified on June 30, 2026