---
title: "POST /browsers"
method: POST
path: "/browsers"
---

# POST /browsers

`POST /browsers`

Lists all custom browsers in your account.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `type` 'SYSTEM' | 'CUSTOM'

## Response `200`

Success

- ListBrowsersResponse
  - `browserSummaries` BrowserSummary[], required — The list of browser summaries.
    - `browserId` string, required — The unique identifier of the browser.
    - `browserArn` string, required — The Amazon Resource Name (ARN) of the browser.
    - `name` string — The name of the browser.
    - `description` string, password — The description of the browser.
    - `status` 'CREATING' | 'CREATE_FAILED' | 'READY' | 'DELETING' | 'DELETE_FAILED' | 'DELETED', required — The current status of the browser.
    - `createdAt` string, date-time, required — The timestamp when the browser was created.
    - `lastUpdatedAt` string, date-time — The timestamp when the browser was last updated.
  - `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)
