v2

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-01312535.8 KB
scans

Get scan status

Get current status, progress, and active agent for a scan.

get/api/scans/{scan_id}/status

Path parameters

scan_idinteger required

Unique scan identifier

Response

Current scan status

scan_idinteger
targetstring
status'PENDING' | 'INITIALIZING' | 'RUNNING' | 'PAUSED' | 'COMPLETED' | 'STOPPED' | 'FAILED'

Scan lifecycle status

progressinteger
uptime_secondsnumber nullable
findings_countinteger
active_agentstring nullable
phasestring nullable
origin'cli' | 'web' | 'unknown'

Where the scan was launched from