Filter criteria in the format field:operation:value;field:operation:value.
field: The field name to filter on.
operation: The operation to apply (e.g., equals, not_equals, greater_than, less_than).
value: The value to filter by. Value is not required for some operations, like is_null.
Multiple filters can be separated by semicolons (;).