API Reference
Log In

Alerts

Overview

Modzy’s Notifications API creates the alerts displayed in the Dashboard. These alerts include models that expire within the next 3 days and jobs that are SUBMITTED or IN_PROGRESS for over 60 minutes.

The alerts object

{
  "type": "...",
  "count": 1
}
ParameterTypeDescription
typestringThe alert’s type. Options are JOB_STUCK and MODEL_EXPIRATION.
countnumberThe amount of alerts for a type.