Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 12:39 PM
Never mind, I have found task_run_id present in getrun api
https://docs.databricks.com/api/azure/workspace/jobs/getrun
I overlooked at first instance as it is buried under nested json structure
tasks[] > run_id.
This clarifies and solves my problem!