Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 11:38 PM - edited 02-13-2025 11:39 PM
I am getting the same issue for the get-output endpoint for both 2.2 and 2.1 versions of the API
https://${databricks-instance}/api/2.2/jobs/runs/get-output?run_id=${run_id}
But interestingly the 2.0 version works like magic
https://${databricks-instance}/api/2.2/jobs/runs/get-output?run_id=${run_id}
Databricks team - Can you look into this and fix this at the earliest?