Search
針對工作區內容(conversations、專案檔案與 memory)執行單一的混合搜尋(語意+關鍵字),範圍限定於呼叫端可存取的內容。
搜尋
GET/v1/workspaces/{workspace_id}/search — 查詢參數:q(查詢字串)、sources(要包含哪些內容類型——conversations/files/memory)與 limit。
bash
curl -G https://nexevo.ai/v1/workspaces/$NEXEVO_WORKSPACE/search \
-H "Authorization: Bearer $NEXEVO_API_KEY" \
--data-urlencode "q=onboarding checklist" \
--data-urlencode "limit=10"結果會依呼叫端的存取權過濾(其 conversations、可存取的專案、工作區 memory)——搜尋絕不會跨越租用戶或權限邊界。若要純粹的長期回憶,請直接查詢 Memory。