Example 1. View all function definitions
curl request
curl -X GET "http://$USER:$PASSWORD@$HOST:8096/api/v1/functions"Example 2. Save all function definitions to file
curl request
curl -X GET "http://$USER:$PASSWORD@$HOST:8096/api/v1/functions" \
-o array_of_functions.json