---
title: "GET /profiles"
method: GET
path: "/profiles"
---

# GET /profiles

`GET /profiles`

Lists all the Route 53 Profiles associated with your Amazon Web Services account.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListProfilesResponse
  - `NextToken` string — If more than <code>MaxResults</code> resource associations match the specified criteria, you can submit another <code>ListProfiles</code> request to get the next group of results. In the next request, specify the value of <code>NextToken</code> from the previous response.
  - `ProfileSummaries` ProfileSummary[] — Summary information about the Profiles.
    - `Arn` string — The Amazon Resource Name (ARN) of the Profile.
    - `Id` string — ID of the Profile.
    - `Name` string — Name of the Profile.
    - `ShareStatus` 'NOT_SHARED' | 'SHARED_WITH_ME' | 'SHARED_BY_ME' — Share status of the Profile.

## Other responses

- `480` — InvalidParameterException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — AccessDeniedException
- `484` — InvalidNextTokenException

---

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