search-consumption-cli

Search Microsoft Fabric items across workspaces and return item and workspace identifiers.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/weiflycc-cmd/skills-for-fabric --skill search-consumption-cli-weiflycc-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-consumption-cli
Source: https://github.com/weiflycc-cmd/skills-for-fabric/tree/main/plugins/fabric-skills/skills/search-consumption-cli
Command: npx skills add https://github.com/weiflycc-cmd/skills-for-fabric --skill search-consumption-cli-weiflycc-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the hassle of manually checking each workspace to find a Microsoft Fabric item when you don't know which workspace it's stored in, saving time and reducing friction in Fabric workflows.

Core Features & Use Cases

  • Cross-workspace item search: Find items by name, description, or workspace name across all your Fabric workspaces in a single API call.
  • Bulk type filtering: List all items of a specific type (e.g., Lakehouse, Report, Semantic Model) across workspaces for inventory or migration tasks.
  • Downstream ID retrieval: Returns item and workspace IDs directly for use in subsequent Fabric REST API calls.
  • Use Case: If you need to locate a specific sales report but can't remember which workspace it's in, this Skill can find it in seconds and provide the IDs you need to modify or share it.

Quick Start

Use the search-consumption-cli skill to find all Lakehouse items across your Microsoft Fabric workspaces.

Frequently Asked Questions about search-consumption-cli

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

FAQPage Schema
How do I find a Microsoft Fabric item when I don't know which workspace it's in?

To find a Microsoft Fabric item across unknown workspaces, use cross-workspace search to query item names, descriptions, or workspace names in a single API call. This returns the exact item and workspace identifiers needed for your workflows.

Can I list all Fabric items of a specific type across multiple workspaces?

Yes, you can list all Fabric items of a specific type, such as Lakehouse or Report, across multiple workspaces using bulk type filtering. This supports inventory reviews and migration tasks with built-in pagination.

What is the best way to retrieve item and workspace IDs for downstream Microsoft Fabric REST API calls?

The best way to retrieve item and workspace IDs for downstream Fabric REST API calls is by performing a cross-workspace search. It directly returns the identifiers required to modify or share the located items.

Does cross-workspace discovery in Microsoft Fabric support filtering by item type?

Yes, cross-workspace discovery supports type filter options. You can bulk list items filtered by specific types like Semantic Model or Report across all workspaces to streamline your inventory tasks.

What are the limitations when searching for Fabric items across all workspaces?

A known limitation is that cross-workspace search relies on built-in pagination to manage large result sets. You must handle pagination tokens to ensure all matching items are retrieved across your Fabric environments.