Hi @Mahima31144209xufe You can resolve the parent path using a resource resolver. Then with that resource, you can get its children, it will be an iterator, and by each of the children, you can get the path.Here is the code snippet: Resource resource = resourceResolver.getResource("/content/{path}")...