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
string
required
Job ID returned by
/scan/trigger.Errors
404— Scan job not found (may have expired)
Response
string
Echo of the requested job ID
string
running, complete, or failedstring
ISO-8601 timestamp
string
ISO-8601 timestamp once the job has finished, otherwise
nullstring
Error message when
status is failed, otherwise nullstring
ID of the persisted scan when complete — fetch results via
/scans/{scan_id}
