Scans
Scan Status
Poll the current status of the most recent or a specific scan.
GET
GET
status changes to completed or failed.
Query Parameters
string
required
UUID of the website to check the scan status for.
string
UUID of a specific scan. If omitted, returns the status of the most recent scan.
Response
boolean
true on a successful request.string
Current scan status:
scheduled, in_progress, completed, failed, or canceled.string
UUID of the scan being tracked.