cURL
curl --request GET \ --url https://api.quiva.ai/compute/runtimes \ --header 'Authorization: Bearer <token>'
{ "body": { "results": [ { "name": "nodejs", "version": "18.x", "description": "Node.js Runtime" }, { "name": "python", "version": "3.10", "description": "Python Runtime" }, { "name": "docker", "version": "latest", "description": "Docker Runtime" } ], "results_total": 3 } }
Retrieves all available runtimes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of available runtimes
Show child attributes