---
title: "List Functions"
method: GET
path: "/groups/{groupId}/apps/{appId}/functions"
tags: ["functions"]
---

# List Functions

`GET /groups/{groupId}/apps/{appId}/functions`

List [Functions](https://www.mongodb.com/docs/atlas/app-services/functions/).

## Response `200`

Successfully listed.

- FunctionSummary[]
  - `_id` string
  - `name` string
  - `last_modified` number

## Changes

- **2024-02-20** (v3) `e2240dd053bd` — 1 info
  - added the optional property `items/last_modified` to the response with the `200` status

[Change history](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/changes/groups/:groupId/apps/:appId/functions/get.md)

---

[API](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
