Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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’