Skip to main content

GET BY PREDICATE

Retrieve every entry whose metadata satisfies a predicate — filtering by attributes, not by vector.

Syntax

GET BY PREDICATE (<predicate>) IN <store_name>GET BY PREDICATE (<predicate>) IN <store_name> SCHEMA analytics

Example

GET BY PREDICATE (lang = "en") IN my_store

See SDK examples for Python, Node, Go, and Rust.