Skip to content

Re-run

Method: POST

Endpoint: /api/v1/rerun

Send the request body with Content-Type: application/json.

{
"run_slug": "01KJYCSVTDCM7078HNB4Z5RJE2",
"callback_url": "https://your-domain.com/callback"
}
ParameterRequiredDescription
run_slugYesUnique run identifier
callback_urlNoOptional callback URL
{
"code": 0,
"message": "success",
"data": null
}
ParameterExampleTypeDescription
code0IntegerGlobal status code
messagesuccessStringResponse message
datanullNullEmpty payload