Reads the status of all submissions in a given time range from an individual host.
API URL
GET https://<host>/wsapis/mvx/[v2.0.0]/submissions/status?start_time=XX&end_time=YY
Sample curl request
curl -gsk -H "$c" "https://{host}/wsapis/mvx/v2.0.0/submissions/status?start_time=2021-02-02T00:00:00.000-00:00&end_time=2021-02-03T00:00:00.000-00:00"Parameters
start_time— Format isyyyy-mm-dd'T'hh:mm:ss.SSSXXX(Example:2021-03-23T19:51:00.000-00:00)end_time— Format isyyyy-mm-dd'T'hh:mm:ss.SSSXXX(Example:2021-03-23T20:51:00.000-00:00)
Response
HTTP OK with JSON, containing the array of status objects:
[{"submissionId":"ce45e629-8702-4ec4-9c1f-71b009ecc511","verdict":"non-malicious","status":"done"},{"submissionId":"8d319361-f482-446d-a371-0edd1f565988","verdict":"non-malicious","status":"done"}]
or
Error JSON with displayable message
Authentication
Standard WSAPI authentication
Response mime type
application/json