Skip to main content
POST
Run task

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json
execution_id
string<uuid>

Reserved for the MCP integration, which generates the execution identifier before creating the run. Omit it in your own calls.

script_id
string
script_version
string
payload
any
secret_payload
any
execution_plan
object
owner_required
boolean

Override the task's owner-pinning for this run only. See CreateTaskRequest.owner_required.

Response

Accepted

success
boolean
data
any