get_submission_status_summary
Retrieve detailed malware analysis results for a specific submission, including interpreted status and threat level assessment.
Instructions
Get submission details with interpreted status and threat level.
Args: uuid: Submission UUID
Returns: Submission details with human-readable status and threat level
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"title": "Uuid",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}