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

# GET /applications

`GET /applications`

Lists all applications in your Amazon Web Services account.

## Query parameters

- `max_results` integer
- `next_token` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- Applications
  - `Items` Application[] — The elements from this collection.
    - `Id` string — The application ID.
    - `Name` string — The application name.
    - `Description` string — The description of the application.
  - `NextToken` string — The token for the next set of items to return. Use this token to get the next set of results.

## Other responses

- `480` — InternalServerException
- `481` — BadRequestException

---

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