eventstream-consumption-cli

List, inspect, and monitor Microsoft Fabric Eventstream pipelines via the REST API.

14|3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill eventstream-consumption-cli-patrikborosch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eventstream-consumption-cli
Source: https://github.com/patrikborosch/AnalyticsPlatformAgents/tree/main/creator/skills/eventstream-consumption-cli
Command: npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill eventstream-consumption-cli-patrikborosch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking and troubleshooting real-time event ingestion pipelines in Microsoft Fabric is time-consuming and error-prone, especially when dealing with obfuscated base64-encoded topology definitions and scattered configuration details across workspaces.

Core Features & Use Cases

  • Eventstream Discovery: List and search for Eventstreams across all Fabric workspaces via the REST API.
  • Topology Inspection: Decode base64-encoded graph definitions to trace event flow from sources through operators to destination nodes.
  • Configuration Validation: Verify source connection IDs, destination wiring, retention policies (1-90 days), and throughput levels to catch misconfigurations early.
  • Use Case: If a real-time sales data pipeline is failing to deliver events to the target Eventhouse, use this skill to inspect the Eventstream topology to identify misconfigured destinations or invalid source connections.

Quick Start

Use the eventstream-consumption-cli skill to list all Eventstreams in your 'Production Analytics' workspace and decode the topology of the 'sales-ingestion' Eventstream to trace its event flow from source to destination.

Frequently Asked Questions about eventstream-consumption-cli

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

FAQPage Schema
How do I inspect Microsoft Fabric Eventstream pipelines to trace event flow?

To inspect Microsoft Fabric Eventstream pipelines, you can use the Fabric Items REST API to retrieve and decode base64-encoded graph topologies. This allows you to trace the event flow from source nodes through operators to destinations across workspaces.

Why does my Fabric Eventstream fail to deliver events to the target Eventhouse?

Your Fabric Eventstream may fail to deliver events due to misconfigured destinations or invalid source connection IDs. Inspecting the decoded topology graph and validating the configuration helps identify these specific wiring or connection errors.

How do I list all Eventstreams across multiple Microsoft Fabric workspaces?

You can list all Eventstreams across Microsoft Fabric workspaces by querying the Fabric control-plane REST API. Applying JMESPath filters allows you to isolate specific workspace and item identifiers for targeted eventstream discovery.

Can I validate retention policies and throughput levels for real-time analytics pipelines in Microsoft Fabric?

Yes, you can validate retention policies and throughput levels for Microsoft Fabric real-time analytics pipelines. By decoding the Eventstream definition payloads, you can verify that retention periods are 1-90 days and throughput settings are configured correctly.

Do I need base64 decoding tools to troubleshoot Fabric Eventstream ingestion pipelines?

Yes, you need base64 decoding tools to troubleshoot Fabric Eventstream ingestion pipelines because the graph topology definitions are obfuscated in base64 format. Decoding these payloads is required to inspect the event flow and validate source connections.