Get MetaDefender Core Reports

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

Retrieve MetaDefender Core's processing history reports in the cursor fashion, sorted by enrollment 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.deployment_idarray<string>BodyOptionalList of deployment ID

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.userstringMD Core's user associated with an API Key used to scan the file
data.file_namestringfile name
data.statusstringstatus
data.resultstringresult
data.data_idstring
data.parent_data_idstring
data.workflowstringworkflow
data.sha256stringsha256 of the file
data.deployment_idstringdeployment ID
data.incident_typesArray<string>
data.verdictsArray<string>
data.actionsArray<string>
data.parent_session_idsArray<string>

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