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
GET /scans/{id} computes.
Scope required:
readRecommended 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.