<?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 /api/2.1/jobs/runs/get-output api response in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/api-2-1-jobs-runs-get-output-api-response/m-p/87772#M37440</link>
    <description>&lt;P&gt;/api/2.1/jobs/runs/get-output what are the possbile status or state values of the api?&lt;BR /&gt;I am trying to check the status of my job run based on run id. but there is not enough detail on the response body which contains the status of the run.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2024 07:00:03 GMT</pubDate>
    <dc:creator>monil</dc:creator>
    <dc:date>2024-09-03T07:00:03Z</dc:date>
    <item>
      <title>/api/2.1/jobs/runs/get-output api response</title>
      <link>https://community.databricks.com/t5/data-engineering/api-2-1-jobs-runs-get-output-api-response/m-p/87772#M37440</link>
      <description>&lt;P&gt;/api/2.1/jobs/runs/get-output what are the possbile status or state values of the api?&lt;BR /&gt;I am trying to check the status of my job run based on run id. but there is not enough detail on the response body which contains the status of the run.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 07:00:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/api-2-1-jobs-runs-get-output-api-response/m-p/87772#M37440</guid>
      <dc:creator>monil</dc:creator>
      <dc:date>2024-09-03T07:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: /api/2.1/jobs/runs/get-output api response</title>
      <link>https://community.databricks.com/t5/data-engineering/api-2-1-jobs-runs-get-output-api-response/m-p/87774#M37441</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/118841"&gt;@monil&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It's documented well in the API documentation.&lt;BR /&gt;&lt;A href="https://docs.databricks.com/api/workspace/jobs/getrunoutput" target="_blank"&gt;https://docs.databricks.com/api/workspace/jobs/getrunoutput&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="daniel_sahal_0-1725346941180.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10890i4023E65A67AAFB3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="daniel_sahal_0-1725346941180.png" alt="daniel_sahal_0-1725346941180.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 07:02:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/api-2-1-jobs-runs-get-output-api-response/m-p/87774#M37441</guid>
      <dc:creator>daniel_sahal</dc:creator>
      <dc:date>2024-09-03T07:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: /api/2.1/jobs/runs/get-output api response</title>
      <link>https://community.databricks.com/t5/data-engineering/api-2-1-jobs-runs-get-output-api-response/m-p/88286#M37527</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79106"&gt;@daniel_sahal&lt;/a&gt;&amp;nbsp;, I am confused about the state values&lt;BR /&gt;My use case: I want to fetch the latest status of the a particular job like (success or failed)&lt;BR /&gt;Here I can see the state but it doesn't specify the success or failure of the job it just show Terminated in both success or failure&lt;BR /&gt;Also, what I see in my browser is different from what you have shared&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-09-04 160100.png" style="width: 780px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10922i978A8F05C8BAC391/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-09-04 160100.png" alt="Screenshot 2024-09-04 160100.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 10:33:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/api-2-1-jobs-runs-get-output-api-response/m-p/88286#M37527</guid>
      <dc:creator>monil</dc:creator>
      <dc:date>2024-09-04T10:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: /api/2.1/jobs/runs/get-output api response</title>
      <link>https://community.databricks.com/t5/data-engineering/api-2-1-jobs-runs-get-output-api-response/m-p/88316#M37531</link>
      <description>&lt;P&gt;You are looking at depracated state field. You should look for status field and that's what &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79106"&gt;@daniel_sahal&lt;/a&gt;&amp;nbsp; shared with you on his screenshot.&lt;BR /&gt;In status field you have information about job run state as well as termination details info.&lt;BR /&gt;So you can check if run was successful if your job run is in status TERMINATED or TERMINATING and termination details returns SUCCESS&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash_0-1725448506727.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10923iCEAEC53AA4EE7F12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Slash_0-1725448506727.png" alt="Slash_0-1725448506727.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 11:16:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/api-2-1-jobs-runs-get-output-api-response/m-p/88316#M37531</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-09-04T11:16:31Z</dc:date>
    </item>
  </channel>
</rss>

