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>" } ]
Example response
The response is of type object[].
object[]
Was this page helpful?