Skip to main content
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: read

Request

Path parameters

Response

200 OK
See List scans for the full list of status values. 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 when status reaches a terminal value: completed, failed, stopped, cancelled, or skipped.

Errors

  • 404 — scan not found or not visible to your organization.