Hi @Vani1012 , 1. Write a query to fetch the desired assets. Example: select * from [dam:Asset] as a where isdescendantnode(a, '/content/dam/xxx') 2. If you don't have any services implemented to get all asset paths in CSV try to utilize ACS AEM Commons Report Builderand use the above query to fet...