Retrieve details of an alert.

External Documentation

To learn more, visit the Reco documentation.

Parameters

ParameterDescription
Alert IDYour alert ID, can be retrieved form the ‘List Alerts’ action.

Example Output

{
	"alert": {
		"id": "example-dd41-1234-1234-f5aaa5d75a4",
		"policyId": "example-dd41-1234-1234-policyid",
		"description": "ZenDesk Account Sandbox is Enabled",
		"aggregationRulesToKeys": {
			"aggregationRuleToKey": []
		},
		"status": "ALERT_STATUS_UNSPECIFIED",
		"riskLevel": "LOW",
		"policyViolations": [],
		"createdAt": "2024-01-22T07:07:56.435242Z",
		"updatedAt": "2024-01-23T14:38:18.281169Z",
		"extractionSource": "ZENDESK_ACCOUNT_SETTINGS_API"
	}
}

Workflow Library Example

Get Alert Details with Reco and Send Results Via Email

Preview this Workflow on desktop