Search vault documents
Search across vault documents using multiple methods including hybrid vector + graph search, GraphRAG global search, entity-based search, and fast similarity search. Returns relevant documents and contextual answers based on the search method.
Authorizations
API key starting with sk_case_
Path Parameters
Unique identifier of the vault to search
Body
Search query or question to find relevant documents
Search method: 'global' for comprehensive questions, 'entity' for specific entities, 'fast' for quick similarity search, 'hybrid' for combined approach
vector, graph, hybrid, global, local, fast, entity Maximum number of results to return. Hybrid search supports 1 to 50; other methods may support up to 100.
1 <= x <= 100Filters to narrow search results to specific documents
Response
Search results with relevant documents and contextual answers

