Get scan schedules for a user
curl --request GET \ --url https://api.projectdiscovery.io/v1/scans/schedule \ --header 'X-API-Key: <api-key>'
[ { "scan_frequency": "every_2_minutes", "scan_id": "<string>", "schedule_last_run": "<string>" } ]
every_2_minutes
daily
weekly
monthly
Was this page helpful?