---
title: "GET /v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets"
method: GET
path: "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets"
---

# GET /v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets

`GET /v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets`

Lists subscription targets in Amazon DataZone.

## Path parameters

- `domainIdentifier` string, required
- `environmentIdentifier` string, required

## Query parameters

- `sortBy` 'CREATED_AT' | 'UPDATED_AT'
- `sortOrder` 'ASCENDING' | 'DESCENDING'
- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListSubscriptionTargetsOutput
  - `items` SubscriptionTargetSummary[], required — The results of the <code>ListSubscriptionTargets</code> action.
    - `id` string, required — The identifier of the subscription target.
    - `authorizedPrincipals` AuthorizedPrincipalIdentifier[], required — The authorized principals included in the subscription target.
    - `domainId` string, required — The identifier of the Amazon DataZone domain in which the subscription target exists.
    - `projectId` string, required — The identifier of the project specified in the subscription target.
    - `environmentId` string, required — The identifier of the environment of the subscription target.
    - `name` string, password, required — The name of the subscription target.
    - `type` string, required — The type of the subscription target.
    - `createdBy` string, required — The Amazon DataZone user who created the subscription target.
    - `updatedBy` string — The Amazon DataZone user who updated the subscription target.
    - `createdAt` string, date-time, required — The timestamp of when the subscription target was created.
    - `updatedAt` string, date-time — The timestamp of when the subscription target was updated.
    - `manageAccessRole` string — The manage access role specified in the subscription target.
    - `applicableAssetTypes` TypeName[], required — The asset types included in the subscription target.
    - `subscriptionTargetConfig` SubscriptionTargetForm[], required — The configuration of the subscription target.
      - `formName` string, required — The form name included in the subscription target configuration.
      - `content` string, required — The content of the subscription target configuration.
    - `provider` string, required — The provider of the subscription target.
    - `subscriptionGrantCreationMode` 'AUTOMATIC' | 'MANUAL' — Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually.
  - `nextToken` string — When the number of subscription targets is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of subscription targets, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListSubscriptionTargets</code> to list the next set of subscription targets.

## Other responses

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

---

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