get_submission
Retrieve detailed malware analysis results for a specific submission using its unique identifier to access threat intelligence and sandbox execution data.
Instructions
Get submission details by UUID.
Args: uuid: Submission UUID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"title": "Uuid",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}