The data field ownerEmail is an option to provide in the fields parameter that is of type array. It only allows to display additional fields in the returned response body and is not a query parameter to filter on a specific value. You will have to return all the results first, including the ownerEmail field, and then filter the response accordingly.
... View more