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

# List external dependencies

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

List [external
dependencies](https://www.mongodb.com/docs/atlas/app-services/functions/dependencies/) uploaded
to the Atlas App Services App.

## Response `200`

The function was successfully retrieved.

- DependenciesSummary
  - `_id` string — The dependency collection's unique internal ID.
  - `location` string — The application's deployment region.
  - `user_id` string — The unique `_id` value of the MongoDB Cloud user that uploaded the dependency collection.
  - `last_modified` integer — The time at which the dependencies were uploaded in [Unix time](https://en.wikipedia.org/wiki/Unix_time) (number of seconds since January 1, 1970 at 00:00 UTC).
  - `dependencies_list` Dependency[] — An array of documents that each describe a dependency uploaded to the application.
    - `name` string — The name of the uploaded dependency.
    - `version` string — The version of the uploaded dependency.

---

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