List raised alerts.

Parameters

ParameterDescription
Account IDThe account ID for which to retrieve the alerts. The Account ID can be obtained by the List Accounts action.
From DateFetch alerts from a specified date.
To DateFetch alerts raised before a specified date.
TypeFetch a specified alert type.

Example Output

{
	"status": "ok",
	"data": [
		{
			"account_id": "5d72f3eb0ca85abe3d6d5f2d",
			"id": "63cf9e98793adf30405e001b",
			"source": "security_checks",
			"source_id": "5e458be06c2e6a46e7bd36ba",
			"description": "Security check \"Site Content External Sharing Policy\" affected count changed from 3 to 4",
			"timestamp": "2023-01-24T09:02:00Z",
			"alert_type": "Security Check Degraded",
			"is_archived": false,
			"user_who_archived": null,
			"security_check_api_link": "http://api.adaptive-shield.com/api/v1/accounts/5d72f3eb0ca85abe3d6d5f2d/security_checks/5e458be06c2e6a46e7bd36ba",
			"integration": {
				"id": "5e4575bf8d01e7a032689dc2",
				"name": "SharePoint + OneDrive",
				"alias": "Internal Sharing (SharePoint/OneDrive)"
			},
			"affected_diff": [
				"https://adaptiveshieldis-my.sharepoint.com/site-1"
			],
			"new_affected_count": 11
		}
	],
	"next_page_uri": "https://api.adaptive-shield.com/api/v1/accounts/{{accountId}}/alerts?offset=100&limit=100",
	"total_size": 11
}

Workflow Library Example

List Alerts with Adaptive Shield and Send Results Via Email

Preview this Workflow on desktop