<?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: how to get pipeline run status from monitor screen  using notebook in Fabric in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4691529#M9275</link>
    <description>&lt;P&gt;Try programmatically access the pipeline run metadata using the Fabric REST APIs, specifically the Pipeline API.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Fabric notebooks automatically use the current workspace and identity, so you can use MsiTokenProvider to get a token for REST API calls&lt;/LI&gt;&lt;LI&gt;You need the workspace ID and pipeline ID. You can get these from the pipeline URL in Fabric Monitor or Pipeline editor &amp;amp; run the API call ( For Ex:&lt;P class=""&gt;&lt;A href="https://app.fabric.microsoft.com/groups/" target="_blank" rel="noopener"&gt;https://app.fabric.microsoft.com/groups/&lt;/A&gt;&amp;lt;workspace_id&amp;gt;/pipelines/&amp;lt;pipeline_id&amp;gt;&lt;/P&gt;)&lt;/LI&gt;&lt;LI&gt;You can pick the data you need, for example if you want to pick the recent runs:&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="python"&gt;latest_run = runs.get('value', [])[0]
print(f"Latest Run Status: {latest_run['status']}")
​&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;Ensure Fabric REST APIs are available in your tenant (may require admin consent in some environments)&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 14 May 2025 00:05:06 GMT</pubDate>
    <dc:creator>Vinodh247</dc:creator>
    <dc:date>2025-05-14T00:05:06Z</dc:date>
    <item>
      <title>how to get pipeline run status from monitor screen  using notebook in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4691269#M9273</link>
      <description>&lt;P&gt;how to get pipeline run status from monitor screen using notebook in Fabric&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 17:00:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4691269#M9273</guid>
      <dc:creator>UdaySutar</dc:creator>
      <dc:date>2025-05-13T17:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to get pipeline run status from monitor screen  using notebook in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4691529#M9275</link>
      <description>&lt;P&gt;Try programmatically access the pipeline run metadata using the Fabric REST APIs, specifically the Pipeline API.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Fabric notebooks automatically use the current workspace and identity, so you can use MsiTokenProvider to get a token for REST API calls&lt;/LI&gt;&lt;LI&gt;You need the workspace ID and pipeline ID. You can get these from the pipeline URL in Fabric Monitor or Pipeline editor &amp;amp; run the API call ( For Ex:&lt;P class=""&gt;&lt;A href="https://app.fabric.microsoft.com/groups/" target="_blank" rel="noopener"&gt;https://app.fabric.microsoft.com/groups/&lt;/A&gt;&amp;lt;workspace_id&amp;gt;/pipelines/&amp;lt;pipeline_id&amp;gt;&lt;/P&gt;)&lt;/LI&gt;&lt;LI&gt;You can pick the data you need, for example if you want to pick the recent runs:&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="python"&gt;latest_run = runs.get('value', [])[0]
print(f"Latest Run Status: {latest_run['status']}")
​&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;Ensure Fabric REST APIs are available in your tenant (may require admin consent in some environments)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 14 May 2025 00:05:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4691529#M9275</guid>
      <dc:creator>Vinodh247</dc:creator>
      <dc:date>2025-05-14T00:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to get pipeline run status from monitor screen  using notebook in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4699208#M9405</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="756518" data-lia-user-login="UdaySutar" class="lia-mention lia-mention-user"&gt;UdaySutar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 04:27:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4699208#M9405</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-05-20T04:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to get pipeline run status from monitor screen  using notebook in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4706677#M9578</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/756518" target="_blank"&gt;@UdaySutar&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 05:26:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4706677#M9578</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-05-26T05:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to get pipeline run status from monitor screen  using notebook in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4711226#M9720</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/756518" target="_blank" rel="noopener"&gt;@UdaySutar&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 04:21:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-pipeline-run-status-from-monitor-screen-using/m-p/4711226#M9720</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-05-29T04:21:18Z</dc:date>
    </item>
  </channel>
</rss>

