---
title: "GET /applications/{applicationId}/subscriptions"
method: GET
path: "/applications/{applicationId}/subscriptions"
---

# GET /applications/{applicationId}/subscriptions

`GET /applications/{applicationId}/subscriptions`

Lists all subscriptions created in an Amazon Q Business application.

## Path parameters

- `applicationId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListSubscriptionsResponse
  - `nextToken` string — If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of subscriptions.
  - `subscriptions` Subscription[] — An array of summary information on the subscriptions configured for an Amazon Q Business application.
    - `subscriptionId` string — The identifier of the Amazon Q Business subscription to be updated.
    - `subscriptionArn` string — The Amazon Resource Name (ARN) of the Amazon Q Business subscription that was updated.
    - `principal` object — The IAM Identity Center <code>UserId</code> or <code>GroupId</code> of a user or group in the IAM Identity Center instance connected to the Amazon Q Business application.
      - `user` string — The identifier of a user in the IAM Identity Center instance connected to the Amazon Q Business application.
      - `group` string — The identifier of a group in the IAM Identity Center instance connected to the Amazon Q Business application.
    - `currentSubscription` object — The type of your current Amazon Q Business subscription.
      - `type` 'Q_LITE' | 'Q_BUSINESS' — The type of an Amazon Q Business subscription.
    - `nextSubscription` object — The type of the Amazon Q Business subscription for the next month.
      - `type` 'Q_LITE' | 'Q_BUSINESS' — The type of an Amazon Q Business subscription.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ConflictException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — AccessDeniedException

---

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