Retrieve a list of all functions for the specified schema
cURL
curl --request GET \ --url https://api.fluxend.app/functions/{schema} \ --header 'Authorization: <authorization>' \ --header 'X-Project: <x-project>'
[ { "content": [ { "dataType": "<string>", "definition": "<string>", "language": "<string>", "name": "<string>", "type": "<string>" } ], "errors": [ "<string>" ], "metadata": "<any>", "success": true } ]
Bearer Token
Project UUID
Schema to search under
List of functions
The response is of type object[].
object[]