The data returned by this action corresponds to the Alerts table in the dashboard. Alerts are returned in ascending Alert ID order.
External DocumentationTo learn more, visit the Claroty xDome documentation.

Parameters

ParameterDescription
FieldsSpecify which fields to return for each item.

Example Output

{
	"alerts": [
		{
			"id": 2,
			"category": "<string>",
			"alert_name": "<string>"
		},
		{
			"id": 3,
			"category": "<string>",
			"detected_time": "2025-04-06T03:13:38.503125Z",
			"devices_count": 806,
			"alert_name": "<string>"
		}
	]
}

Workflow Library Example

List Alerts with Claroty Xdome and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop