---
title: "POST /browser-profiles"
method: POST
path: "/browser-profiles"
---

# POST /browser-profiles

`POST /browser-profiles`

Lists all browser profiles in your account.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Request body

- object
  - `name` string — The name of the browser profile to filter results by.

## Response `200`

Success

- ListBrowserProfilesResponse
  - `profileSummaries` BrowserProfileSummary[], required — The list of browser profile summaries.
    - `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. Possible values include READY, SAVING, DELETING, and DELETED.
    - `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.
  - `nextToken` string — A token to retrieve the next page of results.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — ThrottlingException
- `483` — 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)
