list_functions
List T-SQL user-defined functions in a Fabric warehouse or SQL Analytics Endpoint. Optionally filter by schema and kind (scalar, inline TVF, or all).
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 |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| schema | No | ||
| kind | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |