---
title: "GET /profileassociation/{ProfileAssociationId}"
method: GET
path: "/profileassociation/{ProfileAssociationId}"
---

# GET /profileassociation/{ProfileAssociationId}

`GET /profileassociation/{ProfileAssociationId}`

Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.

## Path parameters

- `ProfileAssociationId` string, required

## Response `200`

Success

- GetProfileAssociationResponse
  - `ProfileAssociation` object — Information about the Profile association that you specified in a <code>GetProfileAssociation</code> request.
    - `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` — ResourceNotFoundException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — AccessDeniedException

---

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