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

# GET /applications

`GET /applications`

Lists applications based on a set of parameters.

## Query parameters

- `nextToken` string
- `maxResults` integer
- `states` ApplicationState[]

## Response `200`

Success

- ListApplicationsResponse
  - `applications` ApplicationSummary[], required — The output lists the specified applications.
    - `id` string, required — The ID of the application.
    - `name` string — The name of the application.
    - `arn` string, required — The ARN of the application.
    - `releaseLabel` string, required — The Amazon EMR release associated with the application.
    - `type` string, required — The type of application, such as Spark or Hive.
    - `state` 'CREATING' | 'CREATED' | 'STARTING' | 'STARTED' | 'STOPPING' | 'STOPPED' | 'TERMINATED', required — The state of the application.
    - `stateDetails` string — The state details of the application.
    - `createdAt` string, date-time, required — The date and time when the application was created.
    - `updatedAt` string, date-time, required — The date and time when the application was last updated.
    - `architecture` 'ARM64' | 'X86_64' — The CPU architecture of an application.
  - `nextToken` string — The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException

---

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