
Answer-first summary for fast verification
Answer: /jobs/get
To review the notebooks configured as tasks in a multi-task job, the correct REST API call is **D. /jobs/get**. This endpoint retrieves detailed information about a job's configuration, including its tasks (e.g., notebook paths, parameters). - **A. /jobs/runs/list**: Lists historical runs of jobs, not task configurations. - **B. /jobs/list**: Provides a high-level list of jobs, excluding task details. - **C. /jobs/runs/get**: Returns details about a specific job run (execution), not the job's static task configuration. - **D. /jobs/get**: Correctly returns the job's definition, including all configured tasks and their settings.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.