Get Alert History
GET {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/history
Get a single alert using an ID.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
org.alerts | READ |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"history":[{"type":"USER_WORKFLOW_UPDATE","workflow":{"change_timestamp":"2023-04-14T21:30:40.570Z","changed_by_type":"SYSTEM","changed_by":"ALERT_CREATION","closure_reason":"NO_REASON","status":"OPEN"}},{"type":"ALERT_NOTE_ADDED","note":{"author":"demouser@demoorg.com","create_timestamp":"2023-04-16T23:35:10.295Z","last_update_timestamp":"2023-04-16T23:35:10.295Z","id":"eb0c0791-505b-408e-8b03-24562a95a875","source":"CUSTOMER","note":"A note for API demo","parent_id":null,"read_history":null,"thread":null}}]}