Skip to content

Abort Worker

Method: POST

Endpoint: /api/v1/scraper/abort

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

POST/api/v1/scraper/abortAbort running worker task
Required

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

BodyRequiredapplication/json
FieldTypeRequiredDescription
run_slugstringyesUnique run identifier returned by CoreClaw.
Request body (JSON)
{
"run_slug": "YOUR_RUN_SLUG"
}
ParameterTypeRequiredDescription
run_slugStringYesUnique run identifier
{
"code": 0,
"message": "success",
"data": null
}
ParameterExampleTypeDescription
code0IntegerGlobal status code
messagesuccessStringResponse message
datanullNullEmpty payload