CronLogList| 字段名 | 类型 | 格式 | 是否必填 |
|---|---|---|---|
items |
array <CronLogSummary> | 必填 | |
total |
integer | 必填 |
{
"items": [
{
"id": 0,
"runAt": "2026-01-01T00:00:00+00:00",
"status": "string",
"durationMs": 0
}
],
"total": 0
}