Databricks Job Listing

  • Not really sure if this is the correct place to post this, but here goes

    I'm fairly new to databricks, but I have a list of about 40 jobs that run at different times during the day. Is it possible to get a listing of those jobs that are currently executing, using a sql or python statement. Is there something similar to sql's sysjobactivity or sysjobhistory table in databricks?.

    I did a bit of hunting around and found reference to API's, which I attempted, but, no luck. Here's my attempt

    import requests
    response = requests.get("https://uksouth.azuredatabricks.net /?o=999999999999999/api/2.0/jobs/list")
    print (response)

    All I get back is <Response [200]> which I believe is telling me the code was successful.

    Any help would be appreciated

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply