<?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 do I pass parameters to Fabric Notebook via REST API? in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5252879#M16992</link>
    <description>&lt;P&gt;Thanks for the reply,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882992"&gt;@v-hashadapu&lt;/a&gt;. I'll look at doing that. It was definitely a challenge figuring this out through a lot of trial-and-error, so it would be useful to have supported vs. non-supported be tracked.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2026 13:51:16 GMT</pubDate>
    <dc:creator>arpost</dc:creator>
    <dc:date>2026-06-29T13:51:16Z</dc:date>
    <item>
      <title>How do I pass parameters to Fabric Notebook via REST API?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5230243#M16843</link>
      <description>&lt;P&gt;Greetings, community. I am trying to trigger an on-demand job to run a notebook using the REST API (&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/core/job-scheduler/run-on-demand-item-job?tabs=HTTP#run-item-job-instance-with-request-body-containing-both-executiondata-and-parameters-example" target="_blank" rel="noopener"&gt;Job Scheduler - Run On Demand Item Job - REST API (Core) | Microsoft Learn&lt;/A&gt;). The notebook is triggered successfully, but the parameters are not passed in no matter what configuration I try. Does anyone have suggestions/ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The docs indicate a parameter input like this should work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
"parameters": [
    {
      "name": "testval",
      "value": "start",
      "type": "Text"
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, no parameters are registered by the notebook:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arpost_0-1782235498273.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1353257i806B365076D8F465/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arpost_0-1782235498273.png" alt="arpost_0-1782235498273.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried other "forms" of this that date back to earlier versions of the APIs equally unsuccessfully.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 17:26:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5230243#M16843</guid>
      <dc:creator>arpost</dc:creator>
      <dc:date>2026-06-23T17:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pass parameters to Fabric Notebook via REST API?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5230260#M16845</link>
      <description>&lt;P&gt;I was able to successfully run with a similar construction to what was provided here (&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-parameters-not-passing-through-RunNotebook-API-call-in/m-p/4848380/highlight/true#M12868" rel="noopener" target="_blank"&gt;Solved: Re: Notebook parameters not passing through RunNot... - Microsoft Fabric Community&lt;/A&gt;), but that's not what the docs indicate; is there something I'm missing in the docs without using executionData?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 17:35:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5230260#M16845</guid>
      <dc:creator>arpost</dc:creator>
      <dc:date>2026-06-23T17:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pass parameters to Fabric Notebook via REST API?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5230650#M16849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/307993"&gt;@arpost&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why not simply use a data pipeline where you can pass through the parameters successfully to your notebook?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 22:03:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5230650#M16849</guid>
      <dc:creator>GilbertQ</dc:creator>
      <dc:date>2026-06-23T22:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pass parameters to Fabric Notebook via REST API?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5230727#M16851</link>
      <description>&lt;P&gt;Good question. This is the first step toward a Power Platform-based orchestration solution. Having a pipeline + notebook combo just to orchestrate incurs duplicative capacity usage and also has potential limitations in cases where we may have changing parameters.&lt;BR /&gt;&lt;BR /&gt;API-based approach enables us to pass "dynamic" parameters to the Fabric item in question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EXAMPLE: I want a Power App that lets users make selections related to a particular technical or business process, select some items that produce parameter inputs, and then trigger.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 23:14:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5230727#M16851</guid>
      <dc:creator>arpost</dc:creator>
      <dc:date>2026-06-23T23:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pass parameters to Fabric Notebook via REST API?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5232079#M16858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/307993"&gt;@arpost&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried this few months earlier in powershell, it was working&lt;/P&gt;
&lt;P&gt;$runNotebookBody = @{ &lt;BR /&gt;executionData = @{&lt;BR /&gt;parameters = @{&lt;BR /&gt;DDLPath = @{&lt;BR /&gt;value = "Files/check"&lt;BR /&gt;type = "string"&lt;BR /&gt;}&lt;BR /&gt;lakehouse_name = @{&lt;BR /&gt;value = $lakehouseName&lt;BR /&gt;type = "string"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;configuration = @{&lt;BR /&gt;defaultLakehouse = @{&lt;BR /&gt;name = $lakehouseName&lt;BR /&gt;id = $lakehouse.Id&lt;BR /&gt;workspaceId = $workspace.Id&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;} | ConvertTo-Json -Depth 10&lt;BR /&gt;$global:baseUrl = "&lt;A href="https://api.fabric.microsoft.com/v1" target="_blank"&gt;https://api.fabric.microsoft.com/v1&lt;/A&gt;"&lt;BR /&gt;$notebookRunUrl = "{0}/workspaces/{1}/items/{2}/jobs/instances?jobType=RunNotebook" -f $global:baseUrl, $workspace.Id, $notebook.id&lt;BR /&gt;Invoke-RestMethod -Headers $global:fabricHeaders -Uri $notebookRunUrl -Method POST -Body $runNotebookBody&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Srisakthi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 09:03:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5232079#M16858</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2026-06-24T09:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pass parameters to Fabric Notebook via REST API?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5238595#M16939</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/307993"&gt;@arpost&lt;/a&gt;&amp;nbsp;, Thank you for reaching out to the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The generic Run On Demand Item Job API shows a top-level parameters property, but it also notes that parameter support is not broadly supported and can vary by item and job type. Based on your confirmation that passing the notebook parameters through executionData.parameters works, along with&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/782160"&gt;@Srisakthi&lt;/a&gt;&amp;nbsp;'s similar working example, this appears to be the approach that currently works for passing parameters when invoking a notebook through the REST API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems RunNotebook does not honor the generic parameters payload in this case, so the documentation could be clearer about the expected request format for notebook jobs. If you believe the documentation should explicitly call this out, you could consider submitting an idea in the &amp;nbsp;&lt;A href="https://ideas.fabric.microsoft.com/" target="_blank" rel="noopener"&gt;Microsoft Fabric Ideas&lt;/A&gt; or create a post in the &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-community-blogs/ct-p/fabricblogs" target="_blank" rel="noopener"&gt;Fabric Community Blog&lt;/A&gt; to raise awareness among users, which will in turn gets the notice of Microsoft to help improve the documentation and guidance for this scenario.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, please refer:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/core/job-scheduler/run-on-demand-item-job?tabs=HTTP" target="_blank"&gt;Job Scheduler - Run On Demand Item Job - REST API (Core) | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-public-api?" target="_blank"&gt;Manage and execute Fabric notebooks with public APIs - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/782160"&gt;@Srisakthi&lt;/a&gt;&amp;nbsp; for sharing your working example.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 09:14:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5238595#M16939</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2026-06-26T09:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pass parameters to Fabric Notebook via REST API?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5250946#M16966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/307993"&gt;@arpost&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN data-teams="true"&gt;Hope you are doing well. Kindly let us know if the issue has been resolved or if further assistance is needed. Your input could be helpful to others in the community.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 06:51:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5250946#M16966</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2026-06-29T06:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pass parameters to Fabric Notebook via REST API?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5252879#M16992</link>
      <description>&lt;P&gt;Thanks for the reply,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882992"&gt;@v-hashadapu&lt;/a&gt;. I'll look at doing that. It was definitely a challenge figuring this out through a lot of trial-and-error, so it would be useful to have supported vs. non-supported be tracked.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 13:51:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-I-pass-parameters-to-Fabric-Notebook-via-REST-API/m-p/5252879#M16992</guid>
      <dc:creator>arpost</dc:creator>
      <dc:date>2026-06-29T13:51:16Z</dc:date>
    </item>
  </channel>
</rss>

