pbi_list_workspaces
List Power BI workspaces accessible to the authenticated user, with optional name filter for targeted results.
Instructions
List Power BI workspaces accessible to the authenticated user.
Args: filter: Optional name filter (case-insensitive substring match).
Returns: JSON array of workspaces: [{id, name, type, state, isOnDedicatedCapacity, capacityId}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |