GET
/
{scanSchedule}
/
status
curl --request GET \
  --url https://api.altostrat.io/scans/cve/{scanSchedule}/status \
  --header 'Authorization: Bearer <token>'
{
  "targets": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "scanned": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "failed": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Authorizations

Authorization
string
header
required

Authentication token obtained via Altostrat platform login.

Path Parameters

scanSchedule
string
required

The UUID of the Scan Schedule.

Response

200
application/json

Status of the latest scan run. Returns empty array if no scan has run.

Provides lists of sites involved in the latest scan run for a schedule.