Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

baseId
string
requerido
workflowId
string
requerido
runId
string
requerido

Cuerpo

application/json
resumeFromNodeId
string

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

Respuesta

200 - application/json

Successful rerun

newRunId
string
requerido

id of the newly created rerun

Última modificación el 15 de septiembre de 2026