Skip to main content

List Alerts

List all alerts in your Reco instance.

External Documentation

To learn more, visit the Reco documentation.

Parameters

ParameterDescription
Created AfterReturn alerts with after the given date and time.
Created BeforeReturn alerts with before the given date and time.
Policy IDReturn alerts with the following policyId.
Risk LevelsReturn alerts with these risk types. Returns all risk levels as default.
StatusesReturn alerts with the following status. Returns all statuses as default.

Example Output

{
"alerts": [
{
"id": "example-bc41-1234-ac90-f531234575aa",
"policyId": "example-bc41-1234-ac90-f531234575aa",
"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

List Alerts with Reco and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop