Skip to main content
POST
Execute an automation manually

Path Parameters

org_id
string
required
run_id
string
required

Body

application/json

Request to execute an automation.

parameters
ParameterValue · object[] | null

Parameter overrides for execution

timeout
integer | null
default:300

Execution timeout in seconds

Required range: 1 <= x <= 3600

Response

Successful Response

Execution result response.

success
boolean
required

Whether execution succeeded

run_id
string
required

RPA run ID

execution_id
string
required

Execution record ID

return_code
integer | null

Process return code

stdout
string | null

Standard output

stderr
string | null

Standard error

execution_time
number | null

Execution time in seconds

error
string | null

Error message if failed

data
Data · object | null

Structured output data from script