Returns a summary (report) of a completed scan.

Parameters

ParameterDescription
Scan IDThe ID of the scan to get the report for.

Example Output

{
	"scan_id": 502,
	"timestamp": "2019-08-18T11:59:31.120259",
	"name": "example.docx",
	"type": "file",
	"verdict": "CLN",
	"evidence": [],
	"params": {}
}

Workflow Library Example

Get Scan Report with Perception Point and Send Results Via Email

Preview this Workflow on desktop