Record
Search records
Searches records from a collection with dense, sparse, or hybrid vector search.
POST
Authorizations
Path Parameters
Tenant UUID
Database name
Collection UUID
Body
application/json
Search request payload
Response
Records searched from the collection
Represents a field key in search queries.
Used for both selecting fields to return and building filter expressions. Predefined keys access special fields, while custom keys access metadata.
Predefined Keys
Key::Document- Document text content (#document)Key::Embedding- Vector embeddings (#embedding)Key::Metadata- All metadata fields (#metadata)Key::Score- Search scores (#score)
Custom Keys
Use Key::field() or Key::from() to reference metadata fields:
Examples
Building filters
Selecting fields
Available options:
Document