Method
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.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
list[MonitorAlert] |
|
TYPE |
WHEN |
DataNotFoundError |
`modelMonitorId` is not found. |
DataNotFoundError |
`realtimeMonitorId` is not found. |