Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Get details of a specific alert(s). Select the field, operation and enter the value by which to search for the alert(s).
Parameters
| Parameter | Description |
|---|
| Field | Specify the field by which to search for alert(s). |
| Fields | Specify which fields to return for each item. |
| Operation | Type of filter on the field. |
| Value | Specify the search value. It can be either a single value or multiple values separated by commas. |
Example Output
{
"alerts": [
{
"id": 10,
"alert_type_name": "<string>",
"category": "<string>",
"detected_time": "2025-04-06T03:13:38.503125Z",
"updated_time": "2023-01-02T05:02:36",
"status": "<string>",
"devices_count": 1,
"unresolved_devices_count": 2,
"medical_devices_count": 1,
"iot_devices_count": 1,
"it_devices_count": 2,
"ot_devices_count": 2,
"alert_name": "<string>",
"alert_class": "<string>",
"malicious_ip_tags_list": null
},
{
"id": 3,
"alert_type_name": "<string>",
"category": "<string>",
"detected_time": "2025-04-06T03:13:38.503125Z",
"updated_time": "2023-01-02T05:02:36",
"status": "<string>",
"devices_count": 1,
"unresolved_devices_count": 6,
"medical_devices_count": 1,
"iot_devices_count": 1,
"it_devices_count": 2,
"ot_devices_count": 2,
"alert_name": "<string>",
"alert_class": "<string>",
"malicious_ip_tags_list": null
}
]
}
Workflow Library Example
Get Alert with Claroty Xdome and Send Results Via Email