Retrieve all of the scheduling data about a configured scan, such as the time and date when the scan is scheduled to run, and how frequently. Note that for recurring scans, all individual occurrences of the scan share a common schedule item.

External Documentation

To learn more, visit the PortSwigger documentation.

Parameters

ParameterDescription
Schedule Item ID-

Example Output

{
	"data": {
		"schedule_item": {
			"id": "4",
			"schedule": {
				"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,WE,FR,SU",
				"initial_run_time": "2020-04-1T12:00:00Z"
			},
			"scheduled_run_time": "2020-04-10T12:00:00Z"
		}
	}
}

Workflow Library Example

Get Schedule Item with Portswigger and Send Results Via Email

Preview this Workflow on desktop