Error
A valid request URL is required to generate request examples[
{
"resource": {
"id": "<string>",
"canonicalName": "<string>",
"uri": "<string>"
},
"enabled": false,
"startedBy": "<string>",
"status": "<string>",
"extra": {},
"lastStartTime": "2023-11-07T05:31:56Z",
"lastEndTime": "2023-11-07T05:31:56Z",
"nextStartTime": "2023-11-07T05:31:56Z"
}
]List all jobs
GET
/
jobs
Error
A valid request URL is required to generate request examples[
{
"resource": {
"id": "<string>",
"canonicalName": "<string>",
"uri": "<string>"
},
"enabled": false,
"startedBy": "<string>",
"status": "<string>",
"extra": {},
"lastStartTime": "2023-11-07T05:31:56Z",
"lastEndTime": "2023-11-07T05:31:56Z",
"nextStartTime": "2023-11-07T05:31:56Z"
}
]Query Parameters
Filter jobs by status, one of: ready, running, success, aborted, or failed
Filter jobs by whether they are enabled (true) or disabled (false)
Filter jobs by type, one of: task, spark, or datasource
Response
200 - */*
successful operation
Was this page helpful?
⌘I