Skip to main content
POST
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

baseId
string
obbligatorio
workflowId
string
obbligatorio
runId
string
obbligatorio

Corpo

application/json
resumeFromNodeId
string

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

Risposta

200 - application/json

Successful rerun

newRunId
string
obbligatorio

id of the newly created rerun

Ultima modifica il 15 settembre 2026