Skip to main content

GETPRED

Retrieve every entry that satisfies a metadata condition.

Syntax

GETPRED (<predicate>) IN <store>GETPRED (<predicate>) IN <store> SCHEMA media

Example

GETPRED (category = "news") IN article_store

See SDK examples (choose the AI proxy tab) for Python, Node, Go, and Rust.