v1

latestOpenAPI 3.0.1raw.githubusercontent.com2024-10-113944112.8 KB
Function Management

List Function Versions

Lists details of all the versions of the specified function in the authenticated NVIDIA Cloud Account. Requires either a bearer token or an api-key with 'list_functions' or 'list_functions_details' scopes in the HTTP Authorization header.

get/v2/nvcf/functions/{functionId}/versions

Path parameters

functionIdstring uuid required

Function id

Response

OK

Example response

{
  "functions": [
    {
      "health": {
        "timeout": "PT10S"
      }
    }
  ]
}