---
title: "GET /browser-profiles/{profileId}"
method: GET
path: "/browser-profiles/{profileId}"
---

# GET /browser-profiles/{profileId}

`GET /browser-profiles/{profileId}`

Gets information about a browser profile.

## Path parameters

- `profileId` string, required

## Response `200`

Success

- GetBrowserProfileResponse
  - `profileId` string, required — The unique identifier of the browser profile.
  - `profileArn` string, required — The Amazon Resource Name (ARN) of the browser profile.
  - `name` string, required — The name of the browser profile.
  - `description` string, password — The description of the browser profile.
  - `status` 'READY' | 'DELETING' | 'DELETED' | 'SAVING', required — The current status of the browser profile.
  - `createdAt` string, date-time, required — The timestamp when the browser profile was created.
  - `lastUpdatedAt` string, date-time, required — The timestamp when the browser profile was last updated.
  - `lastSavedAt` string, date-time — The timestamp when browser session data was last saved to this profile.
  - `lastSavedBrowserSessionId` string — The identifier of the browser session from which data was last saved to this profile.
  - `lastSavedBrowserId` string — The identifier of the browser from which data was last saved to this profile.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/bedrock-agentcore-control.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agentcore-control/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agentcore-control/versions/0ebde766792b/schema)
