OptionalafterThe cursor to start the query from. Incompatible with the offset param
OptionalfiltersThe filters to be applied to the query. Use weaviate.filter.* to create filters
OptionalincludeWhether to include the vector of the object in the response. If using named vectors, pass an array of strings to include only specific vectors.
OptionallimitHow many objects to return in the query
OptionaloffsetHow many objects to skip in the query. Incompatible with the after cursor
OptionalreturnWhich metadata of the object to return. If not specified, no metadata is returned.
OptionalreturnWhich properties of the object to return. Can be primitive, in which case specify their names, or nested, in which case
use the QueryNested
OptionalreturnWhich references of the object to return. If not specified, no references are returned.
OptionalsortThe sorting to be applied to the query. Use weaviate.sort.* to create sorting
Options available in the
query.fetchObjectsmethod