Skip to main content
POST
Run Single Job

Authorizations

x-api-key
string
header
required

Path Parameters

task_id
string
required

Body

application/json
inputs
string[]
required

The inputs for the task

task_version
integer<int32>
default:0
required

The version of the task

turbo
boolean
default:false

Optional flag to enable turbo execution mode for this task run

Response

Successfully ran task

status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required
message
string
required
error
object | null
request_id
string

Correlation identifier for support and request tracing.