Skip to main content
GET
Get execution status

Authorizations

x-api-key
string
header
required

Tenant API key. Required on every endpoint.

Path Parameters

id
string
required

Execution ID

Response

OK

execution_id
string
status
string

One of running, completed, failed, cancelled, or paused.

Example:

"running"

outputs
object
node_outputs
object
paused
object

Present when an operator has paused the execution.

pending_approval
object

Present when the execution is waiting on a human-in-the-loop approval.

errors
string[]