🎉 Arcadia 1.0.0-beta.8(现已发布)
Arcadia

查询运行中的任务

GET
/cron/v1/runningTasks

Authorization

OpenApiToken
api-token<token>

32位令牌,在控制面板《个人设置 - 令牌管理》页面获取

In: header

Response Body

application/json

curl -X GET "http://localhost:5678/api/open/cron/v1/runningTasks"
[
  {
    "id": 0,
    "name": "string",
    "type": "user",
    "cron": "string",
    "shell": "string",
    "active": 0,
    "config": "string",
    "tags": "string",
    "last_runtime": "string",
    "last_run_use": 0,
    "sort": 0,
    "create_time": "string",
    "remark": "string",
    "bind": "string",
    "is_running": true
  }
]