Monitors

Status

Get the latest status of a monitor. Will return a 404 if the monitor has not yet been run and modeled

get/v2/monitors/status/{monitorId}

Path parameters

monitorIdstring uuid required

Response

Success

isErroredboolean

Flag set to true if the group by query itself failed to run

timestampstring date-time
errorMessagestring nullable

Error message if the latest evaluation is failed

Changes