Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required
workflowId
string
required
runId
string
required

Body

application/json
resumeFromNodeId
string

Node ID to resume from. When provided, skips already-succeeded steps before this node. Omit for a full rerun.

Response

200 - application/json

Successful rerun

newRunId
string
required

id of the newly created rerun

Last modified on September 15, 2026