📢 Release 1.0.0-beta.9(2026-03-26)现已推出
Arcadia

查询运行状态

任务结束后记录自动清除,runningfalse 表示已结束或未找到,可轮询此接口实现队列管理。

GET
/exec/v1/status

授权

Token
api-token<token>

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

位置: header

查询参数

id*string

runId,由其它接口返回

响应体

application/json

curl -X GET "http://localhost:5678/api/open/exec/v1/status?id=string"
{
  "running": true,
  "startedAt": "string"
}