Scans
Get scans schedule
Retrieve the next current time your scan will be scheduled
GET
/
api
/
scans
/
{targetId}
/
schedule
Authorization
Path
curl --request GET \
--url https://api.novasec.io/api/scans/{targetId}/schedule \
--header 'X-API-Key: <x-api-key>'
Authorizations
X-API-Key
string
headerrequiredPath Parameters
targetId
string
requiredcurl --request GET \
--url https://api.novasec.io/api/scans/{targetId}/schedule \
--header 'X-API-Key: <x-api-key>'