Reads the status of all the analyzed submissions for a given list of sha256 values.
API URL
GET https://<host>/wsapis/[v2.0.0]/submissions/cluster/done?sha256=aaaaa,bbbbb,ccccc,ddddd
Sample curl request
curl -gsk -H "$c" "https://172.16.161.165/wsapis/mvx/v2.0.0/submissions/cluster/done?sha256=e03ef03fd007a8f44cc9d9f7535450cd4a9c3ce7ac56e62f7a848ab919a75397,1f6de691fe5ce64874c373ab1685e6c13d89a2abbe445fcc78ac94f474102dee"
Parameters
sha256— One or more comma-separated sha256 values
Response
HTTP OK with JSON, containing the array of status objects with sha value:
[{"sha256":"1f6de691fe5ce64874c373ab1685e6c13d89a2abbe445fcc78ac94f474102dee","verdict":"non-malicious","uuid":"fb346aef-de0b-414e-9830-8f5237bd4e3e","done_time":"2021-03-23T20:09:46+0000"}]or
Error JSON with displayable message
Authentication
Standard WSAPI authentication
Response mime type
application/json