Skip to main content
List endpoints filter on parameters named after the field being matched. Each endpoint’s reference page lists the filters it accepts and where to send them. For example, returning only active accounts:

Multiple values

A filter that accepts several values takes them comma-separated or repeated, and matches a record with any of them. These two requests are equivalent:
Repeat the parameter when a value could itself contain a comma. Otherwise the two forms behave identically.

Filtering in the request body

The log list endpoints take their filters as a filters object in the JSON body rather than as query parameters, because the set does not fit in a URL. Here a filter that accepts several values takes a JSON array, so neither comma-separated form above applies. For example, server errors from two connectors:

Combining filters

Different filters narrow the result together, so a request carrying both returns only the records matching both: