Search Tokens for Report Schedules
You can use the search tokens available in the Schedules tab and refine your search results. Click each token to learn more about it.
Use a boolean query to express your query using AND logic.
Example
Find the report scheules with last run status as COMPLETE and for Scan Report schedule
report.schedule.lastRunStatus:"COMPLETE" AND report.schedule.type:SCAN REPORT
Use a boolean query to express your query using NOT logic.
Example
Find the schedule reports that do not have last run status as COMPLETE
NOT report.schedule.lastRunStatus:"COMPLETE"
Use a boolean query to express your query using OR logic.
Example
Find the schedule report with COMPLETE last run status OR Scan Report type
report.schedule.lastRunStatus:"COMPLETE" OR report.schedule.type:SCAN REPORT
Schedule Report Tokens
Use these search tokens to find the report schedules.
report.schedule.idreport.schedule.id
Use an integer value to find the report schedule with the specified ID.
Example
Find report schedule with the given ID
report.schedule.id:9725
report.schedule.namereport.schedule.name
Use values within quotes or backticks to find report schedule with the specified name.
Example
Find a report schedule that contains part of the given name
report.schedule.name: "schedule Report name"
report.schedule.createdDatereport.schedule.createdDate
Use a date range or specific date to find report schedules that were created on the given date or date range.
Example
Find report schedules that were created in the past 6 months.
report.schedule.createdDate: [now-6M .. now]
Find report schedules that were created on a specified date.
report.schedule.createdDate:"2020-03-20"
Find report schedules that were created after a specified date.
report.schedule.createdDate >"2020-03-20"
Find report schedules created between March 2020 to Dec 2020.
report.schedule.createdDate: [2020-03-01 .. 2020-12-31]
report.schedule.createdBy.firstNamereport.schedule.createdBy.firstName
Use values within quotes or backticks to find the report schedules created by the specified user’s first name.
Example
Find a report schedules that are created by a user whose first name is Chandler
report.schedule.createdBy.firstName:"Chandler"
report.schedule.createdBy.lastNamereport.schedule.createdBy.lastName
Use values within quotes or backticks to find the report schedules created by the specified user’s last name.
Example
Find report schedules that are created by a user whose last name is Bing
report.schedule.createdBy.lastName: "Bing"
report.schedule.createdBy.usernamereport.schedule.createdBy.username
Use values within quotes or backticks to find the report schedules created by the specified user’s user name.
Example
Find report schedules that are created by a user whose user name is quays_pp
report.schedule.createdBy.username: "quays_pp"
report.schedule.updatedDatereport.schedule.updatedDate
Use a date range or specific date to find report schedules that were updated on a specific date or date range.
Example
Show report schedules that were updated in the past 6 months.
report.schedule.updatedDate: [now-6M .. now]
Show report schedules that were updated on the specified date.
report.schedule.updatedDate:"2020-03-20"
Show report schedules that were updated after a specified date.
report.schedule.updatedDate >"2020-03-20"
Show report schedules updated between March 2020 to Dec 2020.
report.schedule.updatedDate: [2020-03-01 .. 2020-12-31]
report.schedule.updatedBy.firstNamereport.schedule.updatedBy.firstName
Use values within quotes or backticks to find the report schedules updated by the specified user’s first name.
Example
Find report schedules that are updated by a user whose first name is Chandler
report.schedule.updatedBy.firstName: "Chandler"
report.schedule.updatedBy.lastNamereport.schedule.updatedBy.lastName
Use values within quotes or backticks to find the report schedules updated by the specified user’s last name.
Example
Find report schedules that are updated by a user whose last name is Bing
report.schedule.updatedBy.lastName: "Bing"
report.schedule.updatedBy.usernamereport.schedule.updatedBy.username
Use values within quotes or backticks to find the report schedules updated by specified username.
Example
Find report schedules that are updated by a user whose user name is quays_pp
report.schedule.updatedBy.username: "quays_pp"
report.schedule.owner.firstNamereport.schedule.owner.firstName
Use values within quotes or backticks to find the report schedules with the owner's first name.
Example
Find the report schedules with the owner's first name as Chandler
report.schedule.owner.firstName: "Chandler"
report.schedule.owner.lastNamereport.schedule.owner.lastName
Use values within quotes or backticks to find the report schedules with the owner's last name.
Example
Find report schedules with the owner's last name as Bing
report.schedule.owner.lastName: "Bing"
report.schedule.owner.usernamereport.schedule.owner.username
Use values within quotes or backticks to find the report schedules with the owner's username.
Example
Find the report schedules with the owner's username as quays_pp
report.schedule.owner.username: "quays_pp"
report.schedule.typereport.schedule.type
Select the type of report to find report schedules with the selected report type: WEB APPLICATION REPORT, SCAN REPORT, SCORECARD REPORT, CATALOG REPORT.
Example
Find report schedules for scan report
report.schedule.type:SCAN REPORT
report.schedule.statusreport.schedule.status
Select schedule status to find report schedules that are active or inactive.
Examples
Find report schedules that are active
report.schedule.status:"ACTIVE"
Find report schedules that are inactive
report.schedule.status:"INACTIVE"
report.schedule.formatreport.schedule.format
Select the report format to find report schedules with the selected format: HTML_BASE64, HTML_ZIPPED, PDF, PDF_ENCRYPTED, EXCEL, WORD, POWERPOINT, XML, CSV, CSV_V2
Example
Find schedule where the report format is selected as PDF
report.schedule.format:PDF
report.schedule.lastRunStatusreport.schedule.lastRunStatus
Select the status to find the report schedules with the selected last run status: COMPLETE, RUNNING, ERROR
Examples
Find report schedules with last run status as COMPLETE
report.schedule.lastRunStatus:"COMPLETE"
Find report schedules with last run status as RUNNING
report.schedule.lastRunStatus:"RUNNING"
report.schedule.lastRunDatereport.schedule.lastRunDate
Use a date range or specific date to find report schedules that were used to generate reports.
Examples
Find report schedules that were used to generate reports in the past 6 months
report.schedule.lastRunDate: [now-6M .. now]
Find report schedules that were used to generate reports on a specified date
report.schedule.lastRunDate:"2020-03-20"
Find report schedules that were used to generate reports after a specified date
report.schedule.lastRunDate:"2020-03-20"
Find report schedules that were used to generate reports between March 2020 to Dec 2020
report.schedule.lastRunDate: [2020-03-01 .. 2020-12-31]
report.schedule.nextRunDatereport.schedule.nextRunDate
Use a date range or specific date to find report schedules that are scheduled to run on the given date or date range.
Examples
Find report schedules which will run on a specified date
report.schedule.nextRunDate:"2023-03-20"
Find report schedules that will run after a specified date
report.schedule.nextRunDate: "2023-03-20"
Find report schedules will run between March 2023 to December 2023
report.schedule.nextRunDate: [2023-03-01 .. 2023-12-31]