> ## 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 Alert

Get details of a specific alert(s). Select the field, operation and enter the value by which to search for the alert(s).

<Note>
  External Documentation

  To learn more, visit the [Claroty xDome documentation](https://demo.dashboard.medigate.io/help-center/api-documentation#tag/Alerts/operation/get_alerts_api_v1_alerts__post).
</Note>

## Parameters

<div className="integrations-table">
  | 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. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-alert-with-claroty-xdome-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-alert-with-claroty-xdome-and-send-results-via-email/canvas" />
</div>
