查询
查询定时任务
授权
Token api-token<token>
32位令牌,在控制面板《个人设置 - 令牌管理》页面获取
位置: header
查询参数
id*string
唯一标识
响应主体
application/json
curl -X GET "https://example.com/cron/v1/query?id=string"{ "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}
