跳转到内容

重新运行

方法: POST

端点: /api/v1/rerun

使用 Content-Type: application/json 发送请求体。

POST/api/v1/rerunRerun previous run
Required

Stored only in this browser tab. Sent only to https://openapi.coreclaw.com.

BodyRequiredapplication/json
FieldTypeRequiredDescription
run_slugstringyesHistorical run to replay.
callback_urlstringyesWebhook URL for async completion callbacks.
Request body (JSON)
{
"run_slug": "YOUR_RUN_SLUG",
"callback_url": "https://your-callback.example.com/webhook"
}
参数类型必填说明
run_slugString运行唯一标识符
callback_urlString回调地址
{
"code": 0,
"message": "success",
"data": {
"run_slug": "01KSFDS8XWTJME33C08XMCR6B9"
}
}
参数示例类型说明
code0Integer全局状态码
messagesuccessString响应消息
data-Object响应数据
run_slug01KSFDS8XWTJME33C08XMCR6B9String运行唯一标识符