Skip to content

Re-run

Method: POST

Endpoint: /api/v1/rerun

Send the request body with 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"
}
ParameterTypeRequiredDescription
run_slugStringYesUnique run identifier
callback_urlStringYesCallback URL

Example callback URL: https://your-callback.example.com/webhook

{
"code": 0,
"message": "success",
"data": {
"run_slug": "01KSFDS8XWTJME33C08XMCR6B9"
}
}
ParameterExampleTypeDescription
code0IntegerGlobal status code
messagesuccessStringResponse message
data-ObjectResponse payload
run_slug01KSFDS8XWTJME33C08XMCR6B9StringUnique run identifier