---
title: "GET /domains/{domainId}/subscriptions"
method: GET
path: "/domains/{domainId}/subscriptions"
---

# GET /domains/{domainId}/subscriptions

`GET /domains/{domainId}/subscriptions`

Lists all Subscriptions within a Domain.

## Path parameters

- `domainId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListSubscriptionsOutput
  - `subscriptions` SubscriptionDescription[], required — List of Subscriptions.
    - `domainId` string, required — <p/>
    - `subscriptionId` string, required — <p/>
    - `arn` string, required — <p/>
    - `status` 'ACTIVE' | 'INACTIVE' | 'DELETED', required — <p/>
    - `createdAt` string, date-time, required — <p/>
    - `lastUpdatedAt` string, date-time, required — <p/>
    - `activatedAt` string, date-time — <p/>
    - `deactivatedAt` string, date-time — <p/>
  - `nextToken` string — Token for the next page of results.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ValidationException

---

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