Skip to main content
POST
Rerun an execution from a specific node

Authorizations

x-api-key
string
header
required

Tenant API key. Required on every endpoint.

Path Parameters

id
string
required

Prior execution ID

Body

application/json

Rerun start node

from_node
string
required

Node name to restart from. Upstream node outputs are reused from the prior execution.

Example:

"summarize_results"

Response

Accepted

execution_id
string
Example:

"exec_5b7d3e"

status
string
Example:

"running"

outputs
object

Final outputs keyed by node, present once the run completes.

node_outputs
object

Per-node intermediate outputs.

errors
string[]