List Alerts
List all alerts in your Reco instance.
External Documentation
To learn more, visit the Reco documentation.
Parameters
Parameter | Description |
---|---|
Created After | Return alerts with after the given date and time. |
Created Before | Return alerts with before the given date and time. |
Policy ID | Return alerts with the following policyId. |
Risk Levels | Return alerts with these risk types. Returns all risk levels as default. |
Statuses | Return 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
Preview this Workflow on desktop