pbi_list_datasets
List datasets in a Power BI workspace by providing the workspace ID, returning metadata such as ID, name, configuredBy, and refresh status.
Instructions
List datasets in a Power BI workspace.
Args: workspace_id: The workspace (group) ID.
Returns: JSON array: [{id, name, configuredBy, isRefreshable, isOnPremGatewayRequired}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |