get_alert
Retrieve complete details of a specific LogicMonitor alert by its ID, including message, severity, threshold, current value, history, and escalation chain.
Instructions
Get detailed information about a specific alert in LogicMonitor (LM) monitoring by its ID.
Returns: Complete alert details: alert message, severity, threshold crossed, current value, alert history, escalation chain triggered, acknowledgement details, resource details, datasource/datapoint info, alert rule applied.
When to use:
Investigate specific alert after getting ID from "list_alerts"
Check threshold and current values
Review alert history and escalation
Get context before acknowledging
Workflow: First use "list_alerts" to find the alertId, then use this tool for complete investigation details.
Related tools: "acknowledge_alert" (acknowledge alert), "add_alert_note" (document findings), "generate_alert_link" (share with team).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alertId | Yes | The ID of the alert to retrieve | |
| needMessage | No | Whether to include alert message details | |
| fields | No | Comma-separated list of fields to include in response. Examples: "id,displayName,hostStatus" or use "*" for all fields. Omit this parameter to receive a curated set of commonly used fields. |