SHOW JOBS
Description
Lists all Jobs in the Project.
Note that the SQL statement does not end with ;
Syntax
SHOW JOBS
Status API
Example Status API response
The Status API response of the list of Jobs.
{
"apiStatus": "API_OPERATION_STATUS_SUCCESS",
"apiResponse": {
"showJobsApiResponse": {
"sparkJob": [
<sparkJob1>,
<sparkJob2>,
<sparkJob3>,
...
]
}
}
}
<sparkJob>
objects in the example response above are the same as sparkJob
in the Status API response of the DESCRIBE JOB API.