To retrieve the URL of the thumbnail uploaded to page properties in AEM, you can use AEM's APIs to fetch the thumbnail's rendition path and generate the URL. public String getThumbnailURL(Page page, ResourceResolver resourceResolver) {
String thumbnailURL = "";
Asset thumbnailAss...