文档
测试

定时任务列表

POST
collection/crontab/collectionTaskList

请求参数

参数名
类型
描述
必填
start_time
创建时间
必填
end_time
结束时间
必填
search
任务名称
必填
task_status
任务状态【0为暂停,1为正常,2为已完成,all为全部】
必填
page_num
每页展示数量
必填
page_now
当前展示页
必填

响应参数

参数名
类型
描述
必填
data
array
必填
task_id
任务ID
必填
task_name
任务名称
必填
execute_cycle
执行周期,即crontab规则(秒 分 时 日 月 周)
必填
task_timeout
任务超时时间
必填
start_execute
任务启动实行时间
必填
last_execute
任务最近执行时间
必填
max_execute
任务最大执行次数
必填
current_execute
任务当前执行次数
必填
task_status
任务状态,0为暂停【展示启动、编辑、详情、日志】,1为正常【展示执行、暂停、详情、日志】,2为已完成【展示编辑、详情、日志】
必填
create_time
创建时间
必填
runtime_log
任务完成状态 【1为异常,0为正常】
必填
pageNum
页面数量
可选
pageNow
当前页
可选
count
数量
可选

说明 / 示例

![image.png](https://cos.easydoc.net/52968207/files/kdzarq12.png)