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?
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