CronLogList

Properties

Name Type Format Required
items array <CronLogSummary> required
total integer required

Example JSON

{
    "items": [
        {
            "id": 0,
            "runAt": "2026-01-01T00:00:00+00:00",
            "status": "string",
            "durationMs": 0
        }
    ],
    "total": 0
}