> For the complete documentation index, see [llms.txt](https://cloudbrowser.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloudbrowser.gitbook.io/docs/get-started/browser-management/get-browsers.md).

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