Get History of a Threat ID
GET {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/history
Get the history, including notes, of a threat.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
org.alerts.notes | READ |
Response Schema
{
"history": [
{
"type": "MDR_WORKFLOW_UPDATE",
"note": {
"author": "<string>",
"create_timestamp": "<dateTime>",
"last_update_timestamp": "<dateTime>",
"id": "<string>",
"source": "Suppression",
"note": "<string>",
"parent_id": "<string>",
"read_history": {
"amet_3ae": "<dateTime>",
"ex_0_7": "<dateTime>"
}
},
"workflow": {
"change_timestamp": "<dateTime>"
},
"determination": {
"change_timestamp": "<dateTime>"
}
},
{
"type": "MDR_WORKFLOW_UPDATE",
"note": {
"author": "<string>",
"create_timestamp": "<dateTime>",
"last_update_timestamp": "<dateTime>",
"id": "<string>",
"source": "Customer",
"note": "<string>",
"parent_id": "<string>",
"read_history": {
"id04": "<dateTime>",
"Ut_c": "<dateTime>"
}
},
"workflow": {
"change_timestamp": "<dateTime>"
},
"determination": {
"change_timestamp": "<dateTime>"
}
}
]
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"history":[{"type":"THREAT_NOTE_ADDED","note":{"author":"demouser@demoorg.com","create_timestamp":"2023-04-18T03:20:59.426Z","last_update_timestamp":"2023-04-18T03:20:59.426Z","id":"372ab282-7733-48fd-b26c-d58508b8c88f","source":"CUSTOMER","note":"A note on the threat","parent_id":null,"read_history":null,"thread":null}}]}