Hosts
Get hosts live by targetid
Retrieve all live hosts of a specific target
GET
/
api
/
hosts
/
{targetId}
/
live
Authorization
Path
curl --request GET \
--url https://api.novasec.io/api/hosts/{targetId}/live \
--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/hosts/{targetId}/live \
--header 'X-API-Key: <x-api-key>'