Get MetaDefender Drive Reports

API version1.0
Last Update06/17/2025
AuthenticationYES
HTTP MethodPOST
Content Typeapplication/json
Rate limitedYES
Requests per rate limit10/min
Response FormatJSON

Receive MetaDefender Drive's reports in the cursor fashion, sorted by reported time in ascending order..

API URL

Copy

Request Parameters

KeyDatatypeParameter TypeRequiredDescriptionDefault
AuthorizationstringHeaderYesBearer token for Authentication Authorization: Bearer ACCESS_TOKEN
tokenstringBodyOptional

Specify a pagination token that devices will be returned in. It can be used to return the next set of items in the list.

Return the oldest items in case the token is missing.

limitintBodyOptionalSpecify maximum number of devices will be returned in the response. The value should be in [1,100].20
start_timelongBodyYesSpecify a start time of the query's duration. The format should be Unix epoch time in milliseconds The value must be greater than zero, and it must not be more than 30 days from the current date.
end_timelongBodyOptionalSpecify an end time of the query's duration. The format should be Unix epoch time in milliseconds
filterobjectBodyOptionalSpecify filter criteria
filter.scanned_hostarray<string>BodyOptional
filter.scanned_byarray<string>BodyOptional
filter.issue_typearray<string>BodyOptional

Specify what issue type used to filter along with the field. Value:

  • VUL: report with vulnerability
  • COO: report with coo detection
  • SENSITIVE: report with sensitive files
  • SKIPPED: report with skipped files
  • INFECTED: report with infected files

Notes:

  • criteria in a same parameter will be combined with OR operator
  • criteria in different parameter will be combined with AND operator

Response HTTP Code

See details in the Response HTTP Code section in this page

Response Parameters

KeyDataTypeDescription
tokenstringA pagination token.
dataArray ObjectThe returned reports.
data.timestamplongtimestamp when the report occurs
data.sync_timelongtimestamp when the report sent to My Opswat Central Management
data.session_idstringsession id of the report
data.hardware_modelstringhardware model of a device that the report occurred on
data.scan_profilestringscanning profile
data.scanned_hoststring
data.scanned_bystring
data.device_groupstringA device's group name
data.total_infectedinttotal infected files in the report
data.total_vulnerabilityinttotal vulnerable files in the report
data.total_sensitiveinttotal sensitive files in the report
data.total_coointtotal coo detection files in the report
data.total_skippedinttotal skipped files in the report
data.total_files_scannedinttotal scanned files in the report
data.total_sanitizedinttotal sanitized files in the report
data.total_threatinttotal issued files in the report

Example

Example Request

Copy

Example Response

Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard