Function Management
List Functions
Lists all the functions associated with 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
Query parameters
visibilitystring[]
Query param 'visibility' indicates the kind of functions to be included in the response.
Response
OK
Example response
{
"functions": [
{
"health": {
"timeout": "PT10S"
}
}
]
}