Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

baseId
string
erforderlich
workflowId
string
erforderlich
runId
string
erforderlich

Body

application/json
resumeFromNodeId
string

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

Antwort

200 - application/json

Successful rerun

newRunId
string
erforderlich

id of the newly created rerun

Zuletzt geändert am 15. September 2026