list_workspaces
Retrieve all Microsoft Fabric workspaces accessible to the authenticated user, including workspace ID, name, description, type, state, and capacity ID.
Instructions
List all accessible Fabric workspaces.
Returns a list of all workspaces the authenticated user has access to, including workspace ID, name, description, type, state, and capacity ID.
Parameters: None
Returns: Dictionary with status, workspace_count, and list of workspaces. Each workspace contains: id, display_name, description, type, state, capacity_id.
Example:
python
result = list_workspaces()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||