Overview
List endpoints support afilters query parameter that lets you narrow results by field values, ranges, and patterns using LHS Brackets syntax.
How it works
Syntax
Filters follow the formatfield[operator]=value:
;) — groups separated by ; are implicitly AND-ed. Group conditions with logical operators and(...) and or(...), separating conditions inside with commas.
Use the string null to filter for null values: field[eq]=null.
Operators
Logical operators
Combine conditions usingand(...) or or(...):