---
title: "Get a list of deployed functions with: stats and image digest"
method: GET
path: "/system/functions"
---

# Get a list of deployed functions with: stats and image digest

`GET /system/functions`

## Response `200`

List of deployed functions.

- FunctionListEntry[]
  - `name` string, required — The name of the function
  - `image` string, required — The fully qualified docker image name of the function
  - `invocationCount` number, required — The amount of invocations for the specified function
  - `replicas` number, required — The current minimal ammount of replicas
  - `availableReplicas` number, required — The current available amount of replicas
  - `envProcess` string, required — Process for watchdog to fork
  - `labels` object, required — A map of labels for making scheduling or routing decisions
  - `annotations` object — A map of annotations for management, orchestration, events and build tasks

---

[API](https://skmtc.net/tanklabtju/apis/openfaas-api-gateway.md) · [All operations](https://skmtc.net/tanklabtju/apis/openfaas-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tanklabtju/openfaas-api-gateway/versions/15f9c1fdaeb2/schema)
