List jobs.
list_jobs.Rd
Retrieves a list of jobs.
Usage
list_jobs(
client,
expand_tasks = NULL,
limit = NULL,
name = NULL,
offset = NULL,
page_token = NULL
)
jobsList(
client,
expand_tasks = NULL,
limit = NULL,
name = NULL,
offset = NULL,
page_token = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- expand_tasks
Whether to include task and cluster details in the response.
- limit
The number of jobs to return.
- name
A filter on the list based on the exact (case insensitive) job name.
- offset
The offset of the first job to return, relative to the most recently created job.
- page_token
Use
next_page_token
orprev_page_token
returned from the previous request to list the next or previous page of jobs respectively.