Retrieves the list of monitor alerts for a specified monitor. One of the model_monitor_id or realtime_monitor_id is required but not both.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
No | modelMonitorId | str | The unique ID associated with the model monitor. |
No | realtimeMonitorId | str | The unique ID associated with the real-time monitor. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
result | list[MonitorAlert] |
TYPE | WHEN |
---|---|
DataNotFoundError |
|
DataNotFoundError |
|