Skip to main content
POST
cURL

Авторизации

Authorization
string
header
обязательно

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

Параметры пути

baseId
string
обязательно
workflowId
string
обязательно
runId
string
обязательно

Тело

application/json
resumeFromNodeId
string

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

Ответ

200 - application/json

Successful rerun

newRunId
string
обязательно

id of the newly created rerun

Последнее изменение 15 сентября 2026 г.