@touseefk2181136 Try below query in Query builder
map.put("path", path); // The path where you want to search (e.g., "/content/mysite")
map.put("type", "dam:Asset"); // The node type you want to retrieve (e.g., dam:Asset)
map.put("1_property", "jcr:content/cq:tags"); // Property to check for tag...