search-consumption-cli

Search Fabric workspaces for items by name or type and retrieve IDs for API calls.

952|267|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/microsoft/skills-for-fabric --skill search-consumption-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-consumption-cli
Source: https://github.com/microsoft/skills-for-fabric/tree/main/plugins/fabric-skills/skills/search-consumption-cli
Command: npx skills add https://github.com/microsoft/skills-for-fabric --skill search-consumption-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover Fabric items across multiple workspaces when you don't know which workspace contains the item, enabling faster discovery and cross-workspace retrieval.

Core Features & Use Cases

  • Search for items by name or description across workspaces to locate relevant assets without manually enumerating workspaces.
  • Identify which workspace contains a specific item to map assets to their hosting environment.
  • Return item and workspace IDs for downstream API calls to streamline automation and integration with REST APIs.

Quick Start

Find an item named 'Sales Dashboard' across all 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 items across Fabric workspaces when I don't know the workspace name?

Cross-workspace search locates Fabric items by name or description without manually enumerating workspaces, returning the specific workspace and item IDs needed for API integration.

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

Cross-workspace search locates Fabric items by name or description without manually enumerating workspaces, returning the specific workspace and item IDs needed for API integration.

Do I need Catalog.Read.All access to search for Fabric items across workspaces?

Yes, using the Fabric Catalog API for cross-workspace search requires Catalog.Read.All access to discover items and retrieve their workspace mappings.

Can I discover Fabric items by type when the hosting workspace is unknown?

You can discover Fabric items by name or type across workspaces when the hosting workspace is unknown, mapping the located assets to their correct hosting environment.

Why manually enumerate Fabric workspaces instead of using a catalog search?

Manually enumerating workspaces is unnecessary because cross-workspace search via the Fabric Catalog API directly locates items and maps assets to their hosting environment.

Does cross-workspace search return the workspace ID needed to map Fabric assets to their hosting environment?

Yes, cross-workspace search returns both item and workspace IDs, mapping Fabric assets to their hosting environment and streamlining downstream REST API automation.