Method
listMonitorAlertVersionsForMonitorVersion GET
Copy GET

Retrieves the list of monitor alert versions for a specified monitor instance.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelMonitorVersion str The unique ID associated with the model 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[MonitorAlertVersion]
Language: