Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Add a Public API to Retrieve Notebook Built‑In Resources (Runtime, Libraries, Environment Metadata)

Fabric notebooks run inside a managed execution environment that includes built‑in libraries, system packages, runtime versions, and environment bindings. Today, there is no external API that exposes these built‑in resources for a given notebook.

While the existing Fabric REST APIs support CRUD operations and job scheduling, they do not provide visibility into the runtime resources that a notebook depends on. This creates gaps in automation, governance, reproducibility, and environment transparency.


This feature request proposes a Notebook Resources API that allows programmatic access to the full resource profile of a notebook.


In more simpler words, this picture tells you exactly what items the api should retrieve.
abhidotnet_0-1775654453110.png

 

Status: New