get_notebook_content
Retrieve the JSON content of a specific notebook from a Microsoft Fabric workspace by providing the workspace name or ID and notebook ID.
Instructions
Get the content of a specific notebook in a Fabric workspace.
Args:
workspace: Name or ID of the workspace
notebook_id: ID or name of the notebook
ctx: Context object containing client information
Returns:
A string containing the notebook content in JSON format or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| notebook_id | Yes |