Skip to main content
POST
Error

Path Parameters

id
string
required

Spark job ID

Query Parameters

sync
boolean

When true, run the job synchronously; the request will not return until the job is complete

Response

200 - application/json

successful operation

state
enum<string>
read-only
Available options:
unknown,
idle,
starting,
running,
finishing,
cancelling,
finished,
cancelled,
error,
skipped
jobId
string
read-only
jobConfig
object
hostname
string
read-only
result
object
startTime
string
read-only
endTime
string
read-only
duration
integer<int64>
read-only