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