# Get Browsers

#### /api/v1/browser/Get – List all active browser sessions

**Description**: Retrieves a list of all currently active browser sessions, useful for monitoring and session management.

**Method**: GET\
**Parameters**: None

**Request Example:**

```bash
curl -X GET "https://production.cloudbrowser.ai/api/v1/browser/Get" \
-H "Authorization: Bearer <your-api-token>"
```

**Response**:\
**ActiveBrowsers**: Array of active browser sessions with the following fields:

* `label`: Identifier for the browser session.
* `address`: WebSocket endpoint for reconnecting to the session.
* `createdOn`: Timestamp of when the session was initiated.
* `lastUpdate`: Timestamp of the last activity in the session.
* `vncStatus`: Indicates whether a VNC session is active.
* `vncPassword`: Password for accessing the VNC session.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cloudbrowser.gitbook.io/docs/get-started/browser-management/get-browsers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
