---
title: "GET /v2/domains/{domainIdentifier}/project-profiles"
method: GET
path: "/v2/domains/{domainIdentifier}/project-profiles"
---

# GET /v2/domains/{domainIdentifier}/project-profiles

`GET /v2/domains/{domainIdentifier}/project-profiles`

Lists project profiles.

## Path parameters

- `domainIdentifier` string, required

## Query parameters

- `name` string, password
- `sortBy` 'NAME'
- `sortOrder` 'ASCENDING' | 'DESCENDING'
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListProjectProfilesOutput
  - `items` ProjectProfileSummary[] — The results of the ListProjectProfiles action.
    - `domainId` string, required — The domain ID of the project profile.
    - `id` string, required — The ID of the project profile.
    - `name` string, password, required — The name of a project profile.
    - `description` string, password — The description of the project profile.
    - `status` 'ENABLED' | 'DISABLED' — The status of a project profile.
    - `createdBy` string, required — The user who created the project profile.
    - `createdAt` string, date-time — The timestamp of when the project profile was created.
    - `lastUpdatedAt` string, date-time — The timestamp at which a project profile was last updated.
    - `domainUnitId` string — The domain unit ID of the project profile.
  - `nextToken` string — When the number of project profiles is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of project profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectProfiles to list the next set of project profiles.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — 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)
