cURL
curl --request GET \ --url https://api.quiva.ai/compute/functions \ --header 'Authorization: Bearer <token>'
{ "body": { "results": [ { "description": "A serverless function", "name": "my-function", "runtime": "nodejs", "subject": "ms.compute.my-namespace.function.123456789", "type": "created", "modified": 1714378974 } ], "results_total": 1 } }
Retrieves a list of all functions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of functions
Show child attributes