Skip to main content
Every list endpoint supports filtering through query parameters in the form filter[<field>][<operator>]=<value>. Multiple filters combine with AND.
The endpoint reference lists each filterable field and which operators it accepts. Available operators are determined by the field’s type. Filters that name an unknown field or use a disallowed operator are silently ignored, so a typo’d field name returns the unfiltered list rather than an error.

Operators by field type

Common patterns

Filter by date range

Filter by multiple values

Search by substring

Exclude terminated records

Combine with pagination

Pass the same filter parameters with each page when paginating:
Malformed filter syntax or invalid values return 400 BAD_REQUEST with a message naming the offending parameter. See Errors for the full envelope.