
Answer-first summary for fast verification
Answer: Send GET request to the endpoint ‘api/2.1/jobs/runs/get’
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](https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunsGet)
Author: LeetQuiz Editorial Team
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?
A
Send GET request to the endpoint ‘api/2.1/jobs/runs/get’
B
Send POST request to the endpoint ‘api/2.1/jobs/runs/get-output’
C
Send GET request to the endpoint ‘api/2.1/jobs/runs/get-output’
D
Send POST request to the endpoint ‘api/2.1/jobs/runs/get’
E
Send GET request to the endpoint ‘api/2.1/jobs/runs/get-metadata’
No comments yet.