---
title: "GET /profile/{ProfileId}"
method: GET
path: "/profile/{ProfileId}"
---

# GET /profile/{ProfileId}

`GET /profile/{ProfileId}`

Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.

## Path parameters

- `ProfileId` string, required

## Response `200`

Success

- GetProfileResponse
  - `Profile` object — Information about the Profile, including the status of the Profile.
    - `Arn` string — The Amazon Resource Name (ARN) of the Profile.
    - `ClientToken` string — The <code>ClientToken</code> value that was assigned when the Profile was created.
    - `CreationTime` string, date-time — The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
    - `Id` string — ID of the Profile.
    - `ModificationTime` string, date-time — The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
    - `Name` string — Name of the Profile.
    - `OwnerId` string — Amazon Web Services account ID of the Profile owner.
    - `ShareStatus` 'NOT_SHARED' | 'SHARED_WITH_ME' | 'SHARED_BY_ME' — Sharing status for the Profile.
    - `Status` 'COMPLETE' | 'DELETING' | 'UPDATING' | 'CREATING' | 'DELETED' | 'FAILED' — The status for the Profile.
    - `StatusMessage` string — Status message that includes additiona information about the Profile.

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