Get a scan

Returns one scan owned by the authenticated account.

Authentication

X-API-Keystring

API key in the mak.<lookup-id>.<secret> format.

Path parameters

scan_idstringRequired

Scan identifier returned by createScan or listScans.

Response

The requested scan.
idstring

Server-generated scan identifier.

created_atdatetime
statusenum
verdictenum
filenamestring
Filename supplied by the multipart upload.
sha256stringformat: "^[0-9a-f]{64}$"
size_byteslong>=0
duration_msdouble>=0
failureobject or null

Failure information, or null when the scan completed.

detectionslist of strings
Detection names reported for the file. Empty when no threats were detected.
type_analysisobject

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error