LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Professional

Databricks Certified Data Engineer - Professional

Get started today

Ultimate access to all questions.


A data engineer is looking to retrieve the metadata of a job run in Databricks using its run_id via the REST API. Which REST API call should they use?

Real Exam




Explanation:

To retrieve the metadata of a job run using its run_id, the correct method is to send a GET request to the endpoint ‘/api/2.1/jobs/runs/get’. This is documented in the Databricks REST API reference. Reference: Databricks API Documentation

Powered ByGPT-5