download_task_report
Retrieve task reports by specifying endpoint and task IDs for detailed insights on digital forensics and incident response activities.
Instructions
Download a task report for a specific endpoint and task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpointId | Yes | The ID of the endpoint to download the task report for | |
taskId | Yes | The ID of the task to download the task report for |
Input Schema (JSON Schema)
{
"properties": {
"endpointId": {
"description": "The ID of the endpoint to download the task report for",
"type": "string"
},
"taskId": {
"description": "The ID of the task to download the task report for",
"type": "string"
}
},
"required": [
"endpointId",
"taskId"
],
"type": "object"
}