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

# GET /profileassociations

`GET /profileassociations`

Lists all the VPCs that the specified Route 53 Profile is associated with.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `profileId` string
- `resourceId` string

## Response `200`

Success

- ListProfileAssociationsResponse
  - `NextToken` string — If more than <code>MaxResults</code> profile associations match the specified criteria, you can submit another <code>ListProfileAssociations</code> request to get the next group of results. In the next request, specify the value of <code>NextToken</code> from the previous response.
  - `ProfileAssociations` ProfileAssociation[] — A complex type that containts settings information about the profile's VPC associations.
    - `CreationTime` string, date-time — The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).
    - `Id` string — ID of the Profile association.
    - `ModificationTime` string, date-time — The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).
    - `Name` string — Name of the Profile association.
    - `OwnerId` string — Amazon Web Services account ID of the Profile association owner.
    - `ProfileId` string — ID of the Profile.
    - `ResourceId` string — The Amazon Resource Name (ARN) of the VPC.
    - `Status` 'COMPLETE' | 'DELETING' | 'UPDATING' | 'CREATING' | 'DELETED' | 'FAILED' — Status of the Profile association.
    - `StatusMessage` string — Additional information about the Profile association.

## 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)
