Get the List of Visualforce Page From a Salesforce Org

We can write SOQL query on ApexPage object to get all Visualforce Pages from an Org.

Sample SOQL:

SELECT Name, ApiVersion, ControllerKey, ControllerType, Description, NamespacePrefix, MasterLabel, CreatedDate FROM ApexPage