Actions
Get Scan Report
Returns a summary (report) of a completed scan.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Scan ID | The ID of the scan to get the report for. |
{
"scan_id": 502,
"timestamp": "2019-08-18T11:59:31.120259",
"name": "example.docx",
"type": "file",
"verdict": "CLN",
"evidence": [],
"params": {}
}
Was this page helpful?