v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Function as a Service

List runtimes

Retrieve a list of available runtime environments for functions. Each runtime includes its version and supported features.

get/cloud/v1/faas/runtimes/{project_id}/{region_id}

Path parameters

project_idinteger required

Project ID

Example:1

Project ID

region_idinteger required

Region ID

Example:1

Region ID

Response

OK

runtimesobject required

FaaS runtimes.

Example response

{
  "runtimes": {
    "go": [
      "go1.16.6"
    ],
    "python": [
      "python2.7.18",
      "python3.7.12"
    ]
  }
}