fabric-items-list

Lists inventory items in a Fabric Workspace filtered by type.

Updated May 26, 2026
One-click install
npx skills add https://github.com/rbutinar/ade-ops --skill fabric-items-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-items-list
Source: https://github.com/rbutinar/ade-ops/tree/main/.agents/skills/fabric-items-list
Command: npx skills add https://github.com/rbutinar/ade-ops --skill fabric-items-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires FabricConnector, and includes scripts (resource) components.

What problem does it solve?

Manages the inventory of items in a Fabric Workspace, ensuring you have a comprehensive understanding of what's present.

Core Features & Use Cases

  • Lists all items: Provides a detailed inventory of items in a Fabric Workspace.
  • Type filtering: Ability to filter items by type such as Notebooks, Data Pipelines, etc.
  • Status tracking: Helps in pre-flight checks for operations like deletion or deployment.

Quick Start

To list all items in your Fabric Workspace, simply use: /fabric-items-list --workspace-id <id>

Frequently Asked Questions about fabric-items-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all items in a Fabric Workspace for an inventory audit?

To list all Fabric Workspace items, you can retrieve a detailed inventory identifying each item by id, name, type, and workspace path. This provides a comprehensive overview useful for pre-flight audits and quick inventory checks.

Can I filter Fabric Workspace inventory items by type like Notebooks or Data Pipelines?

Yes, you can filter your Fabric Workspace inventory by specific item types such as Notebooks and Data Pipelines. This type filtering helps track item statuses during deployment checks or pre-deletion operations.

What permissions do I need to audit items in a Fabric Workspace?

You need Viewer permissions on the target Fabric Workspace to audit its items. Your environment must also have FabricConnector credentials configured to authenticate and retrieve the workspace inventory.

How do I check the status of Fabric Workspace items before deployment?

You can perform a pre-flight check by generating an inventory of your Fabric Workspace items. This process identifies items by id, name, type, and path, allowing you to verify statuses before proceeding with deployments.

Does listing Fabric Workspace items require a specific connector?

Yes, listing Fabric Workspace items requires the FabricConnector dependency. You must configure FabricConnector credentials in your environment to authenticate and retrieve item identification data.