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

Acknowledgement of an accepted run. Execution is asynchronous, so this response never contains results. Fetch outputs from GET /executions/{id} or the execution event stream.

execution_id
string
Example:

"exec_5b7d3e"

status
string
Example:

"running"