GET
/
v1
/
scans
/
schedule
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>"
  }
]

Authorizations

X-API-Key
string
header
required

Response

200
application/json
Example response
scan_frequency
enum<string>
required
Available options:
every_2_minutes,
daily,
weekly,
monthly
scan_id
string
required
schedule_last_run
string
required