get_alert
Retrieve complete details of a specific alert, including its current state, threshold settings, and associated query information. Input the alert ID obtained from listing alerts.
Instructions
Get the full detail of a single alert. Behavior: returns the alert's id, name, current state, last_triggered_at, threshold options (column, operator, value), and the query it monitors (id, name, description, data_source_id). Usage: find the alert_id with list_alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | ID of the alert to inspect (from list_alerts) |