Searching for Reports
Use the search tokens below to search for reports. Looking for help with writing your query? click here
report.createdBy.usernamereport.createdBy.username
Use a text value ##### to show reports based on the user who created the report.
Example
Show reports created by this user
report.createdBy.username: user_john
Use quotes within values to help you find the report with the name you're looking for.
Example
Show any reports with this name
report.name: "my-sample-report"
Select the report status (Accepted, Completed, Failed, etc) you're interested in. Select status from the drop-down options.
Example
Show reports with completed status
report.status: Completed
report.executionTypereport.executionType
Select the report for execution type (Build Time or Run Time) that you are interested in. Select the execution type from the drop-down options.
Example
Show reports with execution type as Build Time
report.executionType: Build Time
Use a text value ##### to show reports based on the report ID.
Example
Show reports associated with this ID
report.id: 205767712438
Use a boolean query to express your query using AND logic.
Example
Show findings with account ID 205767712438 and type Subnet
account.id: 205767712438 and resource.type: Subnet
Use a boolean query to express your query using NOT logic.
Example
Show findings that are not region Hong Kong
not region: Hong Kong
Use a boolean query to express your query using OR logic.
Example
Show findings with one of these tag values
tag.value: Finance or tag.value: Accounting