CronLogList| Name | Type | Format | Required |
|---|---|---|---|
items |
array <CronLogSummary> | required | |
total |
integer | required |
{
"items": [
{
"id": 0,
"runAt": "2026-01-01T00:00:00+00:00",
"status": "string",
"durationMs": 0
}
],
"total": 0
}