<a id="ksqldb-reference-describe-function"></a>

# DESCRIBE FUNCTION statement in ksqlDB for Confluent Platform

## Synopsis

```sql
DESCRIBE FUNCTION function_name;
```

## Description

Provides a description of a function including input parameters and the
return type.
