Parameter | Description |
---|---|
Job ID | The ID of the analysis job to retrieve. |
{
"id": 21,
"user": {
"username": "test"
},
"tags": [
{
"id": 1,
"label": "label",
"color": "#BA92C6"
}
],
"comments": [],
"status": "failed",
"pivots_to_execute": [],
"analyzers_to_execute": [],
"analyzers_requested": [],
"connectors_to_execute": [
"EmailSender"
],
"connectors_requested": [
"EmailSender"
],
"visualizers_to_execute": [],
"playbook_requested": null,
"playbook_to_execute": null,
"investigation_id": null,
"investigation_name": null,
"permissions": {
"kill": true,
"delete": true,
"plugin_actions": true
},
"data_model": {
"id": 2,
"analyzers_report": [],
"signatures": [],
"evaluation": null,
"reliability": 5,
"kill_chain_phase": null,
"external_references": [],
"related_threats": [],
"tags": null,
"malware_family": null,
"additional_info": {},
"date": "2025-08-18T10:20:18.576190Z",
"comments": [],
"file_information": {},
"stats": {}
},
"file_name": "test.txt",
"file_mimetype": "text/plain",
"is_sample": true,
"observable_name": "test.txt",
"observable_classification": "file",
"md5": "d1234feb12345aa1234b120123a1a012",
"analyzer_reports": [],
"connector_reports": [
{
"name": "EmailSender",
"process_time": 0.06,
"status": "FAILED",
"end_time": "2025-08-18T10:20:18.688280Z",
"parameters": {
"body": "test",
"subject": "test"
},
"type": "connector",
"id": 15,
"report": {},
"errors": [
"Invalid address \"\""
],
"start_time": "2025-08-18T10:20:18.628901Z"
}
],
"pivot_reports": [],
"visualizer_reports": [],
"received_request_time": "2025-08-18T10:20:18.420185Z",
"related_investigation_number": 0,
"finished_analysis_time": "2025-08-18T10:20:18.853990Z",
"process_time": 0.43,
"warnings": [],
"errors": []
}
Was this page helpful?