Skip to main content
GET
List all jobs

Query Parameters

status
string[]

Filter jobs by status, one of: ready, running, success, aborted, or failed.

enabled
string

Filter jobs by whether they are enabled (true) or disabled (false).

type
string[]

Filter jobs by type, one of: task, spark, or datasource.

context
string

The app to which a job belongs, formatted as app:APP_NAME.

Response

200 - application/json

OK

resource
string
enabled
boolean
startedBy
string
status
string
extra
object
result
object
lastStartTime
string<date-time>
lastEndTime
string<date-time>
nextStartTime
string<date-time>