---
title: "GET /applications"
method: GET
path: "/applications"
---

# GET /applications

`GET /applications`

Lists applications owned by the requester.

## Query parameters

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

## Response `200`

Success

- ListApplicationsResponse
  - `Applications` ApplicationSummary[] — An array of application summaries.
    - `ApplicationId` string, required — The application Amazon Resource Name (ARN).
    - `Author` string, required — <p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
    - `CreationTime` string — The date and time this resource was created.
    - `Description` string, required — <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
    - `HomePageUrl` string — A URL with more information about the application, for example the location of your GitHub repository for the application.
    - `Labels` String[] — <p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
    - `Name` string, required — <p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: "[a-zA-Z0-9\\-]+";</p>
    - `SpdxLicenseId` string — A valid identifier from <a href="https://spdx.org/licenses/">https://spdx.org/licenses/</a>.
  - `NextToken` string — The token to request the next page of results.

## Other responses

- `480` — NotFoundException
- `481` — BadRequestException
- `482` — InternalServerErrorException
- `483` — 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)
