Skip to main content

Overview

List endpoints support a filters query parameter that lets you narrow results by field values, ranges, and patterns using LHS Brackets syntax.

How it works

Syntax

Filters follow the format field[operator]=value:
Combine multiple filters with a semicolon (;) — 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 using and(...) or or(...):

Examples

Filter by ID:
Filter by date range:
Filter by type (multiple values):
Filter by current status:
Combined filters:
Full request example: