dazfuller
Databricks Partner

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.