Reads the status of all submissions for a given list of UUIDs.
API URL
GET https://<host>/wsapis/mvx/[v2.0.0]/submissions/cluster/done?uuid=uuid1,uuid2,uuid3
Sample curl request
curl -gsk -H "$c" "https://{host}/wsapis/mvx/v2.0.0/submissions/cluster/done?uuid=8d319361-f482-446d-a371-0edd1f565988"Parameters
uuid— One or more comma-separated UUID values
Response
HTTP OK with JSON, containing the array of status objects with UUID value:
[{"verdict":"non-malicious","uuid":"90f0f5b1-2981-4942-ab92-a15f7c316481","done_time":"2021-03-23T20:09:19+0000"}][{"submissionId":"ce45e629-8702-4ec4-9c1f-71b009ecc511","verdict":"non-malicious","status":"done"},{"submissionId":"8d319361-f482-446d-a371-0edd1f565988","verdict":"non-malicious","status":"done"}][{"verdict":"non-malicious","uuid":"90f0f5b1-2981-4942-ab92-a15f7c316481","done_time":"2021-03-23T20:09:19+0000"}]or
Error JSON with displayable message
Authentication
Standard WSAPI authentication
Response mime type
application/json