Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2021 12:24 AM
If you're using the UI then see the previous responses. If you want to use the CLI then you would use the following.
# Get list of jobs
databricks jobs list
# Get JSON for specific job
databricks jobs get --job-id <job id>If you're trying to do it in an automated way then you can use the Jobs API.