Exec 命令执行查询运行状态复制文档更多 任务结束后记录自动清除,running 为 false 表示已结束或未找到,可轮询此接口实现队列管理。 服务器地址加载中...GET/exec/v1/status发送授权查询参数授权Token api-token<token>32位令牌,在控制面板《个人设置 - 令牌管理》页面获取位置: header查询参数id*stringrunId,由其它接口返回响应体200application/jsoncURLJavaScriptGoPythonJavaC#curl -X GET "http://localhost:5678/api/open/exec/v1/status?id=string"200{ "running": true, "startedAt": "string" }终止运行代码文件 POST上一页