check_scan_result
Check the status of a submitted URL or file scan by polling every 5 seconds. Returns malicious/suspicious/clean verdict and engine vote counts when complete.
Instructions
Poll for the result of a previously submitted URL or file scan. Call every 5 seconds after scan_url or scan_file until status is 'completed'. Returns verdict (malicious/suspicious/clean) and engine vote counts, or {status: pending} if the scan is still running. Free with a paid scan (no additional charge).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis_id | Yes | analysis_id returned by scan_url or scan_file |