Skip to main content
POST
Retry task

Path Parameters

taskId
string
required

The unique identifier of the task to retry.

Body

application/json
resumeData
any

Optional data to inject as ctx.resume_data when the step re-runs. Pass the result field of the task's successful async result (see GET /async-result/:asyncResultId) to short-circuit a re-extraction.

Response

Default Response

message
string
required

Confirmation message that the task retry has been initiated.