<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pulling list of running jobs using JOBS API 2.1 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23856#M16548</link>
    <description>&lt;P&gt;Hi @Sumit Rohatgi​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Did Atanu's response help you? please let us know if you still need help.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2022 18:10:49 GMT</pubDate>
    <dc:creator>jose_gonzalez</dc:creator>
    <dc:date>2022-06-07T18:10:49Z</dc:date>
    <item>
      <title>Pulling list of running jobs using JOBS API 2.1</title>
      <link>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23851#M16543</link>
      <description>&lt;P&gt;I need to find out all jobs which are currently running and not get other jobs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below command fetches all the jobs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;curl --location --request GET 'https://xxxxxx.gcp.databricks.com/api/2.1/jobs/list?&lt;B&gt;active_only=true&lt;/B&gt;&amp;amp;expand_tasks=true&amp;amp;run_type=JOB_RUN&amp;amp;completed_only=false&amp;amp;verbose=TRUE&amp;amp;&amp;nbsp;offset=0' \&lt;/P&gt;&lt;P&gt;--header 'Authorization: Bearer xxxxxxxx'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;active_only=true       doesn't seem to work. Any help is appreciated&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 19:45:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23851#M16543</guid>
      <dc:creator>celerity12</dc:creator>
      <dc:date>2022-04-03T19:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling list of running jobs using JOBS API 2.1</title>
      <link>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23852#M16544</link>
      <description>&lt;P&gt;Work around - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add a filter for start_time and end_time to get jobs that were executed after a specific date (eg. T-1 day) to current time. And once you get the response, parse the JSON output to filter out jobs that don't have end time (implying that they're still running).&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 01:47:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23852#M16544</guid>
      <dc:creator>AmanSehgal</dc:creator>
      <dc:date>2022-04-04T01:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling list of running jobs using JOBS API 2.1</title>
      <link>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23853#M16545</link>
      <description>&lt;P&gt;Strange. I've tested your curl with Azure databricks, and everything worked perfectly. What distribution are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 09:12:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23853#M16545</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-04-04T09:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling list of running jobs using JOBS API 2.1</title>
      <link>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23854#M16546</link>
      <description>&lt;P&gt;Thanks @Hubert Dudek​&amp;nbsp;   I am working with GCP Databricks. I do not see any start time and end time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1972i829DAB91EC9A072A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 19:01:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23854#M16546</guid>
      <dc:creator>celerity12</dc:creator>
      <dc:date>2022-04-04T19:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling list of running jobs using JOBS API 2.1</title>
      <link>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23855#M16547</link>
      <description>&lt;P&gt;@Sumit Rohatgi​&amp;nbsp;can you try with limit and see if that works. are you still not getting it worked?Please let me know if still this is not listing. Thanks. also, just try running &lt;A href="https://xxxxxx.gcp.databricks.com/api/2.1/jobs/list" alt="https://xxxxxx.gcp.databricks.com/api/2.1/jobs/list" target="_blank"&gt;https://xxxxxx.gcp.databricks.com/api/2.1/jobs/list&lt;/A&gt;?active_only=true and see if the output.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 05:55:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23855#M16547</guid>
      <dc:creator>Atanu</dc:creator>
      <dc:date>2022-05-13T05:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling list of running jobs using JOBS API 2.1</title>
      <link>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23856#M16548</link>
      <description>&lt;P&gt;Hi @Sumit Rohatgi​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Did Atanu's response help you? please let us know if you still need help.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 18:10:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23856#M16548</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-06-07T18:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling list of running jobs using JOBS API 2.1</title>
      <link>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23857#M16549</link>
      <description>&lt;P&gt;Hi @Sumit Rohatgi​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like active_only=true only applies to jobs/runs/list API and not to jobs/list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please try the jobs/runs/list API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2022 08:31:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23857#M16549</guid>
      <dc:creator>User16764241763</dc:creator>
      <dc:date>2022-06-11T08:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling list of running jobs using JOBS API 2.1</title>
      <link>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23858#M16550</link>
      <description>&lt;P&gt;HHi @Sumit Rohatgi​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Did any of the responses help you to resolve your question? if it did, please mark it as best. Otherwise, please let us know if you still need help.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 18:42:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pulling-list-of-running-jobs-using-jobs-api-2-1/m-p/23858#M16550</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-07-25T18:42:57Z</dc:date>
    </item>
  </channel>
</rss>

