List all jobs
List all jobs
List all configured Spark jobs, optionally filtering by status, type, context, or whether the job is enabled.
GET
List all jobs
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.
The app to which a job belongs, formatted as app:APP_NAME.