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
}
| Parameter | Type | Description |
|---|---|---|
| type | string | The alert’s type. Options are JOB_STUCK and MODEL_EXPIRATION. |
| count | number | The amount of alerts for a type. |
