GET
/
jobs
[
  {
    "resource": "<string>",
    "enabled": true,
    "startedBy": "<string>",
    "status": "<string>",
    "extra": {},
    "result": {},
    "lastStartTime": "2023-11-07T05:31:56Z",
    "lastEndTime": "2023-11-07T05:31:56Z",
    "nextStartTime": "2023-11-07T05:31:56Z"
  }
]

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

Response

200 - application/json

OK

The response is of type object[].