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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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