Scans
Scan Job Status
Poll for the status of a triggered scan
GET
Scan Job Status
Polls the in-memory job table populated by
/scan/trigger. Job entries are pruned 30 minutes after they start; a poll on an expired job returns 404.
Path Parameters
Job ID returned by
/scan/trigger.Errors
404— Scan job not found (may have expired)
Response
Echo of the requested job ID
running, complete, or failedISO-8601 timestamp
ISO-8601 timestamp once the job has finished, otherwise
nullError message when
status is failed, otherwise nullID of the persisted scan when complete — fetch results via
/scans/{scan_id}Scan Job Status

