---
title: "GET /applications/{applicationId}/dependencies"
method: GET
path: "/applications/{applicationId}/dependencies"
---

# GET /applications/{applicationId}/dependencies

`GET /applications/{applicationId}/dependencies`

Retrieves the list of applications nested in the containing application.

## Path parameters

- `applicationId` string, required

## Query parameters

- `maxItems` integer
- `nextToken` string
- `semanticVersion` string
- `MaxItems` string
- `NextToken` string

## Response `200`

Success

- ListApplicationDependenciesResponse
  - `Dependencies` ApplicationDependencySummary[] — An array of application summaries nested in the application.
    - `ApplicationId` string, required — The Amazon Resource Name (ARN) of the nested application.
    - `SemanticVersion` string, required — The semantic version of the nested application.
  - `NextToken` string — The token to request the next page of results.

## Other responses

- `480` — NotFoundException
- `481` — TooManyRequestsException
- `482` — BadRequestException
- `483` — InternalServerErrorException
- `484` — ForbiddenException

---

[API](https://skmtc.net/aws/apis/serverlessrepo.md) · [All operations](https://skmtc.net/aws/apis/serverlessrepo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/serverlessrepo/versions/9eb9176bf3b5/schema)
