Skip to main content

Hello,

I have tried this filter and it does not work, always returns error 400:
https://a.klaviyo.com/api/lists/?filter=contains(name,"47684093346131")

If I change to “equals”, it works,

If I use with “contains” or “contains-any” or “ends-with” or “starts-with”, it does not work, and it should work, because they are built the same way that “equals” is bult.

I think this is really a bug, I tried everything.

Any ideas?

 

Best regards

Looking at the API docs, the filter for name is `any` or `equal`. You may try filter=any(name,,"47684093346131"]).

Here is the Get List API call docs.