Skip to main content
The retrieval counterpart to save_note. Semantically searches the meeting briefs, transcripts, meeting notes, and notes kept on contacts, and returns the matching documents with a snippet — so the agent pulls the relevant passage rather than loading whole documents into context. Pass focus to restrict to one person or company, or omit it to search across everyone in the workspace.

Parameters

Returns

Ranked documents, each with type, title, date, similarity, and a snippet. Get the full body with get_account.
If nothing matches:

When to call it

  • “What did we discuss about pricing?” — pull the relevant past notes
  • “What objections came up in past meetings?” — across a contact’s record
  • Comparing across meetings — restrict with focus and read the snippets

Backed by

POST /v2/notes/search — see the HTTP reference for the raw JSON shape.