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

# GET /applications

`GET /applications`

Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

## Query parameters

- `nextToken` string

## Response `200`

Success

- ListApplicationsResponse
  - `applicationSummaries` ApplicationSummary[] — An array of objects that provide summaries of information about the web applications in the list.
    - `applicationId` string, required — The unique Id of the web application.
    - `applicationName` string, required — The name of the web application.
    - `applicationDescription` string — An optional description of the web application.
    - `applicationUrl` string, required — The URL of the web application.
    - `applicationCreationDate` integer — The date (in Unix epoch time) when the web application was created.
    - `applicationLastUpdateDate` integer — The date (in Unix epoch time) when the web application was last updated.
    - `applicationState` 'CREATING' | 'DELETING' | 'ACTIVE' | 'CREATE_FAILED' | 'DELETE_FAILED' — The current state of the web application.
  - `nextToken` string — A token used to get the next set of results.

## Other responses

- `480` — InvalidRequestException
- `481` — InternalFailureException
- `482` — ThrottlingException

---

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