{
"capability": "VIDEO_PUBLISH",
"status": "PENDING",
"current": 1,
"size": 20
}curl --location 'http://127.0.0.1:6873/api/v1/cloud-mobile/tk-automation/task/page' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data '{
"capability": "VIDEO_PUBLISH",
"status": "PENDING",
"current": 1,
"size": 20
}'{
"code": 0,
"msg": "Success",
"requestId": "1ed4ffd3-7e39-4bdc-8140-53447c49c3dd",
"timestamp": 1788782341257,
"data": {
"list": [
{
"taskId": "mt_1531",
"taskName": "批量下载 Leads 1",
"capability": "LEADS_COLLECT",
"status": "FAILED",
"totalCount": 1,
"successCount": 0,
"failedCount": 1,
"canceledCount": 0,
"createdAt": "2026-09-07T19:58:49.000+08:00",
"startedAt": "2026-09-07T19:58:50.000+08:00",
"finishedAt": "2026-09-07T19:58:50.000+08:00"
},
{
"taskId": "mt_1530",
"taskName": "新建任务1",
"capability": "SMART_WARMUP",
"status": "CANCELED",
"totalCount": 1,
"successCount": 0,
"failedCount": 0,
"canceledCount": 1,
"createdAt": "2026-09-07T19:23:11.000+08:00",
"startedAt": null,
"finishedAt": null
}
],
"total": 2,
"current": 1,
"size": 10
}
}