Skip to main content
GET
/
probe
/
scans
/
{scanId}
/
result
Get scan result
curl --request GET \
  --url https://nimbussuite.com/api/v1/probe/scans/{scanId}/result \
  --header 'Authorization: Bearer <token>'
{
  "scan": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

scanId
string
required

Response

Scan result retrieved

scan
object