Get scan status
Scans
Get scan status
Lightweight endpoint for polling a scan until it completes.
GET
Get scan status
Returns a minimal payload with the scan’s current status. Use this for polling; the response omits the findings summary that
See List scans for the full list of status values.
GET /scans/{id} computes.
Scope required:
readRequest
Path parameters
Response
200 OK
Recommended polling
A poll interval of 10–30 seconds is sufficient. Pentest scans complete on the order of minutes; tighter polling provides no additional signal and consumes the rate limit quota. Stop polling whenstatus reaches a terminal value: completed, failed, stopped, cancelled, or skipped.
Errors
404— scan not found or not visible to your organization.