Jobs
Get Jobs
Retrieves the list of jobs that match the given parameters.
get/connect/jobs/
Query parameters
kindstring required
The job kind, such as 'analyze'. Specify an empty value for PCAP jobs
parameters[artifact][id]string
Optional case ID to locate matching analyze jobs
Response
The array of retrieved jobs
Example response
[
{
"completeTime": "2024-10-07T12:15:09.12424556Z",
"createTime": "2024-10-07T06:45:49.52456415Z",
"failTime": "0001-01-01T00:00:00Z",
"fileExtension": "bin",
"filter": {
"beginTime": "2024-12-03T00:25:09.899Z",
"dstIp": "1.2.3.4",
"dstPort": 80,
"endTime": "2024-12-03T00:29:09.899Z",
"importId": "bd77c8bc7498c795cc6608c5d45bd51b",
"protocol": "tcp",
"srcIp": "44.2.12.63",
"srcPort": 55312
},
"id": 1004,
"kind": "analyze",
"nodeId": "sensor-001",
"results": [
{
"id": "malwarebazaar",
"summary": "no result"
}
],
"size": 3781,
"status": 1,
"userId": "39314a6b-0b79-4210-1233-4e3fbcd7bfec"
}
]