Hi there,
The following query should show that the rules created are there:
SELECT
user_list.id, user_list.rule_based_user_list.combined_rule_user_list.left_operand.rule_item_groups, user_list.rule_based_user_list.combined_rule_user_list.left_operand.rule_type, user_list.rule_based_user_list.combined_rule_user_list.right_operand.rule_item_groups, user_list.rule_based_user_list.combined_rule_user_list.right_operand.rule_type, user_list.rule_based_user_list.combined_rule_user_list.rule_operator FROM user_list WHERE
user_list.id = <list Id>
In my internal testing I was able to see that the rules were created and showed with the above mentioned query.
Feel free to get back to us if this doesn't help.