Use the below query to query all private reports in Salesforce.
Sample SOQL:
SELECT Id, Name, Owner.Name FROM Report USING SCOPE allPrivate
To know more about USING SCOPE, check the below link
Sample SOQL:
SELECT Id, Name, Owner.Name FROM Report USING SCOPE allPrivate
To know more about USING SCOPE, check the below link