{
"status": "ok",
"reason": "",
"total": 5, // Number of results
"results": [ // All results
{
"id": 123,
"added": "2018-01-01 00:00:00",
"project": "Default",
"name": "Lorem ipsum",
"schedule": "* * * * *",
"previousRun": "2018-01-01 01:04:00",
"nextRun": "2018-01-01 01:05:00",
"lastCheck": "2018-01-01 01:04:25",
"lastPulse": "2018-01-01 01:04:15",
"timezone": "Europe/Amsterdam",
"status": "healthy",
"archive": 0, // Notice: If the value is 1, the cron job monitor is archived and inactive
"events": [ // Notice: Maximum is set to the last 10 events
{
"added": "2018-01-01 01:04:00",
"type": "alert",
"message": "Log message"
}
]
}
]
}