Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We need to be able to query page properties report information from the database and export it into an CSV or excel file. How can we do this? We would be using a postgres database.
Hey there Natalie, you can generally get a lot of metadata about pages simply by querying the content table for the page in question (using the page ID or page title), and even by joining the content table to other tables like the content_label table for example, to see what labels are applied to the page.
And Postgres allows you to export the output of a query to CSV, using something like the process described in this blog post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.