Launches List
Greetings,
Is there any way to obtain a list (JSON) of all launch pages in AEM? I've tried using querybuilder to filter along the path of /content/launches and filter by type=cq:Page, but that yields many duplicate pages that don't actually exist. I'm wondering if AEM has a built-in tool that automatically does this (as http://localhost:4502/libs/launches/content/launches.html provides an accurate list of all launches, but does not have a JSON I can parse).
Any help would be appreciated, thanks!