Searching Reports
Use quotes or backticks within values to help you find all reports that have the specified word in their name.
Examples
Show report with this name
report.name:O365report
Show all reports that contain parts of this name
report.name:"O365report"
Show all reports that match exact value "O365report"
report.name:`O365report`
report.createdBy.usernamereport.createdBy.username
Use a text value ##### to search all reports that were created by the specified owner.
Example
Show all reports created by the owner John
report.createdBy.username:John
Search for reports based on their status. Choose value from: accepted, processing, generated, completed, failed, rejected.
Example
Show all reports with report.status accepted
report.status:accepted