โ08-25-2022 12:08 AM
"error_code": "INVALID_PARAMETER_VALUE",
"message": "Retrieving the output of runs with multiple tasks is not supported. Please retrieve the output of each individual task run instead."
}
โ08-26-2022 08:09 AM
Looks like the request was malformed (error code: 400) . You can retrieve the details for a single job running GET API.
Please refer: https://docs.databricks.com/dev-tools/api/latest/jobs.html?&_ga=2.42546021.1557771202.1661376549-162...
Could you please provide the body of the request?
โ09-05-2022 08:39 PM
Hi debayan ,the body of this request has only job id as key and its value .I am unable to find the solution .can u please provide some other solution to it
โ09-08-2022 02:03 AM
I believe this is a bug in API 2.1 of Databricks
I had the same issue but after lot of hit and trails I changed the GET url to https://xxxxxxxx.cloud.databricks.com/api/2.0/jobs/runs/get-output?run_id=1863081801 and surprisingly it worked.
โ09-13-2022 11:27 AM
Could you please update the API endpoint you are using so that we can check and update you with the same? @Himanshu yadavโ
โ09-15-2022 12:13 AM
@Atanu Sarkarโ I belive he is using https://<databricks-instance>/api/2.1/jobs/get-output?run_id=xxxx
Even we are also facing the same problem while retrieving run status.
Can you please check and let us know?
โ09-18-2022 06:51 AM
try 2.0 instead of 2.1
โ09-21-2022 10:06 AM
Same issue...switching to 2.0 resolved it. Thanks @Chandrajeet Singhโ
โ12-04-2022 08:44 PM
Use https://<databricks-instance>/api/2.1/jobs/runs/get?run_id=xxxx.
"get-output" gives the details of single run id which is associated with the task but not the Job.
โ09-17-2024 12:43 PM
Thanks! That worked in my case
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group