List all content by post type

Instead of using get_pages use

new WP_Query($args)

It will get all the posts/pages/attachments

tech