List runtimes
Function as a Service
List runtimes
Retrieve a list of available runtime environments for functions. Each runtime includes its version and supported features.
GET
List runtimes
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Example:
1
Region ID
Example:
1
Response
200 - application/json
OK
FaaS runtimes.
Example:
{
"go": ["go1.16.6"],
"python": ["python2.7.18", "python3.7.12"]
}