list_items
Retrieve and filter items in a Microsoft Fabric workspace by type, including Notebooks, Lakehouses, Pipelines, Reports, and 40+ other item types, to manage data engineering and analytics resources.
Instructions
List all items in a Fabric workspace, optionally filtered by type.
Returns all items in the specified workspace. If item_type is provided, only items of that type are returned. Supported types include: Notebook, Lakehouse, Warehouse, Pipeline, DataPipeline, Report, SemanticModel, Dashboard, Dataflow, Dataset, and 40+ other Fabric item types.
Parameters: workspace_name: The display name of the workspace. item_type: Optional item type filter (e.g., "Notebook", "Lakehouse"). If not provided, all items are returned.
Returns: Dictionary with status, workspace_name, item_type_filter, item_count, and list of items. Each item contains: id, display_name, type, description, created_date, modified_date.
Example: ```python # List all items result = list_items("My Workspace")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_name | Yes | ||
| item_type | No |