External DocumentationTo learn more, visit the Reco documentation.
Actions
Get Alert Details
Retrieve details of an alert.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Alert ID | Your alert ID, can be retrieved form the ‘List Alerts’ action. |
{
"alert": {
"id": "<string>",
"policyId": "<string>",
"description": "<string>",
"aggregationRulesToKeys": {
"aggregationRuleToKey": [
{
"aggregationRule": {
"aggregationKeyJsonataQuery": "<string>"
},
"aggregationKey": {
"stringKey": "<string>"
}
},
{
"aggregationRule": {
"aggregationDuration": "<string>"
},
"aggregationKey": {
"timeKey": "<string>"
}
}
]
},
"status": "<string>",
"riskLevel": "<string>",
"policyViolations": [
{
"id": "<string>",
"policyId": "<string>",
"jsonData": "<string>",
"createdAt": "2025-02-05T19:58:12.037201Z",
"policyStatusOnViolationCreation": "<string>",
"policyRiskLevelOnViolationCreation": "<string>",
"dataSource": "<string>"
}
],
"createdAt": "2025-02-05T19:58:11.581577Z",
"updatedAt": "2025-02-05T19:58:11.577753Z",
"extractionSource": "<string>",
"instanceId": "<string>"
}
}
Was this page helpful?