Method
listMonitorAlertsForMonitor GET
Copy GET

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.

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[MonitorAlert]

Exceptions:

TYPE WHEN
DataNotFoundError

modelMonitorId is not found.

DataNotFoundError

realtimeMonitorId is not found.

Language: