Scans
Get scans by targetid scanid
Retrieve results of a specific host discovery scan performed on a specific target
GET
/
api
/
scans
/
{targetId}
/
{scanId}
Authorization
Path
curl --request GET \
--url https://api.novasec.io/api/scans/{targetId}/{scanId} \
--header 'X-API-Key: <x-api-key>'
Authorizations
X-API-Key
string
headerrequiredPath Parameters
targetId
string
requiredscanId
string
requiredcurl --request GET \
--url https://api.novasec.io/api/scans/{targetId}/{scanId} \
--header 'X-API-Key: <x-api-key>'