Which REST API call can be used to review the notebooks configured to run as tasks in a multi-task job?
Which REST API call can be used to review the notebooks configured to run as tasks in a multi-task job?
The endpoint /jobs/get is used to retrieve details about a job, including the notebooks configured as tasks within a multi-task job. It provides the job's settings and includes information about the tasks associated with the job, making it the correct choice for reviewing configured notebooks.
multi-task: /jobs/get single-task: /jobs/runs/get
https://docs.databricks.com/api/workspace/jobs/get responses/settings/tasks/notebook_task/notebook_path
The question asks for notebooks configured for a job, not a instance of a job run. D is correct.
Get Multi-task format jobs return an array of task data structures containing task settings.
/jobs/get response under task array shows all the desired notebooks
should be B