list_alerts
Retrieve all configured alerts from Redash, including their current state and linked query details, to discover alert IDs for further actions.
Instructions
List all alerts configured in Redash. Behavior: returns an array where each alert has id, name, current state (ok / triggered / unknown), last_triggered_at, its linked query (id, name), and threshold options. Usage: use this to discover alert_ids, then call get_alert for one alert's full detail, or create_alert to add a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||