Search Entities
Search for entities with document content using hybrid search.
Thin handler - delegates to PulseSearch domain API.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
query
Search query text
entity_ids
Specific entity IDs to search within
entity_types
Entity types to search (file, note, etc)
mode
Search mode
Allowed values:
return_format
What to return - chunks, entity info, or full text
Allowed values:
limit
Max results
similarity_threshold
Minimum similarity score
Response
Successful Response