Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

How to find or count all pages in AEM project? | AEM Community Blog Seeding

Avatar

Administrator

11/22/20

BlogImage.jpg

How to find or count all pages in AEM project? by Initialyze

Abstract

We may find all the AEM pages using the SQL query. Run the below SQL query to get the count and list of all the cq:Page from your project.

SELECT * FROM [cq:Page] AS page WHERE ISDESCENDANTNODE(page ,"/content/project")
Below is the screenshot of the result and query execution steps. You may replace the path with your own project path e.g. /content/project

Read Full Blog

How to find or count all pages in AEM project?

Q&A

Please use this thread to ask the related questions.

1 Comment