# LIST FUNCTION\_SOURCES

## Syntax <a href="#synopsis" id="synopsis"></a>

```sql
[ LIST | SHOW ] FUNCTION_SOURCES;
```

## Description

This command provides a list of [function sources](https://docs.deltastream.io/overview/core-concepts/function) within the [organization](https://docs.deltastream.io/overview/core-concepts/access-control#_organiation).

Function sources are listed only if the current role has USAGE privileges on them.

## Examples

```sh
demodb.public/demostore# LIST FUNCTION_SOURCES;
+---------+---------+-----------+--------------+------------------------------+----------+-------------------------------+-------------------------------+
|  Name   |  State  |  Language |  Description |  Url                         |  Owner   |  Created At                   |  Updated At                   |
+=========+=========+===========+==============+==============================+==========+===============================+===============================+
| myFuncs | ready   | Java      | my functions | https://download/url/myFuncs | sysadmin | 2024-07-17 20:32:56 +0000 UTC | 2024-07-17 20:32:56 +0000 UTC |
+---------+---------+-----------+--------------+------------------------------+----------+-------------------------------+-------------------------------+
```
