You can write aem query to find all images in aem pages or think an easy option is to use AssetSearchReferenceAPI, this will return a list of all the assets associated with a page, Here you have a full code sample of how to use it: https://github.com/Adobe-Marketing-Cloud/aem-samples/blob/master/tut...