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

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

`GET /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
  - `annotations` object

---

[API](https://skmtc.dev/grycap/apis/on-premises-serverless-container-aware-architectures-api-gat.md) · [All operations](https://skmtc.dev/grycap/apis/on-premises-serverless-container-aware-architectures-api-gat/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grycap/on-premises-serverless-container-aware-architectures-api-gat/revisions/833085524378/schema)
