View the original community article here
Last tested: Jun 22, 2020
Using the Python SDK, you create the filters argument in the form of a dictionary, ex:
filters={"view.field_name": value}
If you want a contains filter, you can use wildcards, ex:filters: {"view.field_name" : "%containstring% "}
This content is subject to limited support.