Power BI · Arazzo Workflow
Power BI Inventory a Workspace's Content
Version 1.0.0
Find a workspace by OData filter and enumerate every dataset, report, dashboard, and import it contains.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualizationArazzoWorkflows
Provider
Workflows
workspace-content-inventory
Resolve a workspace by name and list all of its content.
Locates a workspace using an OData filter and enumerates its datasets, reports, dashboards, and imports into a single inventory result.
1
findWorkspace
Filter the workspace list down to the target workspace and capture its identifier, which every content collection below is scoped by.
2
inventoryDatasets
List the workspace's datasets, the models that every report and dashboard in the workspace ultimately depends on.
3
inventoryReports
List the workspace's reports, each of which carries the datasetId it is bound to so dataset-to-report dependencies can be mapped.
4
inventoryDashboards
List the workspace's dashboards, including their data classification.
5
inventoryImports
List the workspace's imports to record how the content arrived and whether any import is still publishing or has failed.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.