read_view
Return JSON-serialisable rows from a Microsoft Fabric view by specifying workspace, warehouse or SQL endpoint, and qualified view name. Optionally set the number of rows to retrieve (up to 10,000).
Instructions
Return up to count rows from a view as JSON-serialisable columns + rows.
Args:
workspace: Workspace name or GUID.
item: Warehouse or SQL endpoint name or GUID.
qualified_name: Dot-separated qualified view name, e.g. dbo.vw_sales.
count: Maximum number of rows to return (1-10000, default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| qualified_name | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||