Databricks Certified Data Engineer Professional — Question 171
Which REST API call can be used to review the notebooks configured to run as tasks in a multi-task job?
Answer options
- A. /jobs/runs/list
- B. /jobs/list
- C. /jobs/runs/get
- D. /jobs/get
Correct answer: D
Explanation
The correct answer is D, as the /jobs/get endpoint is specifically designed to retrieve details about a job, including its tasks and associated notebooks. The other options do not provide the capability to access task-specific information within a multi-task job.