Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 10:50 PM
Hi @Retired_mod ,
Thanks for the reference links for the solution.
I found the solution mentioned in this https://github.com/databricks/databricks-sdk-go/discussions/384 GitHub. By using the get-run API, I was able to retrieve the running status of my job along with a detailed description.
Following the guidance and using the `get-run option, I managed to get the job running status and description successfully.