- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2021 10:47 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2021 01:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2021 10:49 AM
Go to Jobs->Your Job -> Configuration Tab -> click Json on the right hand of the screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2021 12:49 PM
click on Jobs. Click on the name of the job. next to the job name you should see a RUN NOW and a MORE button. Click More and select view JSON.
- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2021 01:06 PM
I join to post's thread. I'd like to have the same but in the notebooks, not by CLI:
Is it possible to passthrough job's parameters to variable? (databricks.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2021 01:20 AM
This is where you can get the jobs JSON format.

