# Query Operators (/reference/rest/query-operators)



The REST API uses MongoDB-style query operators for filtering entities. Pass filters as URL-encoded JSON in the `filter` query parameter, or as a JSON body for batch and sync endpoints.

Comparison Operators [#comparison-operators]

$eq — Equal [#eq--equal]

Matches values equal to the specified value. Implicit when the value is a literal.

```bash
