export_case_activities
Export case-specific activities using the case ID to streamline digital forensics and incident response workflows with Binalyze AIR MCP Server.
Instructions
Export activities for a specific case by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseId | Yes | The ID of the case to export activities for |
Input Schema (JSON Schema)
{
"properties": {
"caseId": {
"description": "The ID of the case to export activities for",
"type": "string"
}
},
"required": [
"caseId"
],
"type": "object"
}