You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm a pretty new user of Confluence, the company I work for is currently using Confluence 5.0.3. I'm wanting to retrieve a list, (preferably in csv/xl) of the pages/blogs that exist (if possible their space), the date they were created and the creator. If it is also possible to extract the last date they were updated and the name of the person who updated it within the same export, that would also be extremely useful.
Hey,
You can try using the CQL endpoint, here is the documentation for it:
https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/
Something like this (relative to confluence url) might be a good start:
/rest/api/search?cql=type%20in%20(%22page%22)&start=0&limit=20&includeArchivedSpaces=false
@Maxim Leizerovich Is there a way to get a list of these pages if my company is using Confluence Cloud (not Confluence server)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
Please follow this page for instructions on how to do similar search for Confluence Cloud:
https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.