list_functions
List T-SQL user-defined functions in a Microsoft Fabric warehouse or SQL Analytics Endpoint. Filter by schema and function kind for targeted results.
Instructions
List T-SQL user-defined functions on a warehouse or SQL Analytics Endpoint.
Scalar UDFs (FN) and inline TVFs (IF) are preview features on Fabric DW as of mid-2026. Function DDL is supported on both Data Warehouses and SQL Analytics Endpoints.
Args:
workspace: Workspace name or GUID.
item: Warehouse or SQL Analytics Endpoint name or GUID.
schema: When provided, only functions in this schema are returned.
kind: Filter by function kind — "scalar" (FN only),
"inline-tvf" (IF only), or "all" (FN + IF + TF, the default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| kind | No | all | |
| schema | No | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |