---
title: "GET /v1/apps"
method: GET
path: "/v1/apps"
---

# GET /v1/apps

`GET /v1/apps`

Retrieves information about all the applications that are associated with your Amazon Pinpoint account.

## Query parameters

- `page-size` string
- `token` string

## Response `200`

Success

- GetAppsResponse
  - `ApplicationsResponse` ApplicationsResponse, required — Provides information about all of your applications.
    - `Item` ApplicationResponse[] — An array of responses, one for each application that was returned.
      - `Arn` string, required — The Amazon Resource Name (ARN) of the application.
      - `Id` string, required — The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.
      - `Name` string, required — The display name of the application. This name is displayed as the <b>Project name</b> on the Amazon Pinpoint console.
      - `tags` object — A string-to-string map of key-value pairs that identifies the tags that are associated with the application. Each tag consists of a required tag key and an associated tag value.
      - `CreationDate` string — The date and time when the Application was created.
    - `NextToken` string — The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException
- `482` — PayloadTooLargeException
- `483` — ForbiddenException
- `484` — NotFoundException
- `485` — MethodNotAllowedException
- `486` — TooManyRequestsException

---

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