Hi @rsl_lucky ,try below snippet, update PROJECT_FOLDER with the folder name under which you need to get the fragments details. Here I'm getting jcr:uuid, if you have any specific property you can update the script accrodingly. import javax.jcr.query.Query;
import javax.jcr.Node;
import java.util.L...