查询运行状态
任务结束后记录自动清除,running 为 false 表示已结束或未找到,可轮询此接口实现队列管理。
Authorization
Token api-token<token>
32位令牌,在控制面板《个人设置 - 令牌管理》页面获取
In: header
Query Parameters
id*string
runId,由其它接口返回
Response Body
application/json
curl -X GET "https://example.com/exec/v1/status?id=string"{ "running": true, "startedAt": "string"}
