v1
latestSwagger 2.0MIT2026-07-1716717.0 KBGet a list of deployed functions with: stats and image digest
get/system/functions
Response
List of deployed functions.
Example response
[
{
"name": "nodeinfo",
"image": "functions/nodeinfo:latest",
"invocationCount": 1337,
"replicas": 2,
"availableReplicas": 2,
"envProcess": "node main.js",
"labels": {
"foo": "bar"
},
"annotations": {
"topics": "awesome-kafka-topic",
"foo": "bar"
}
}
]