Hello, I'm new to the V2 API and I would like to know if anyone knows how can i do a query that excludes results that contain a certain text in the subject/body/etc For example, something like this: SELECT id, subject FROM messages WHERE subject NOT MATCHES "keyword" Thanks in advance