pub async fn get_alerts_needing_escalation(
platform_id: i64,
org_id: Option<i64>,
hours_threshold: Option<i64>,
db_manager: &State<Arc<DatabaseManager>>,
) -> Result<Json<Value>, (Status, Json<Value>)>
Expand description
Get alerts needing escalation