---
title: "Get all active browser instances"
method: GET
path: "/browsers"
tags: ["browser"]
---

# Get all active browser instances

`GET /browsers`

Retrieves information about all active browser instances which might or might not be running simulation tests. It also includes the states each of the browser instances are in.

## Response `200`

Default Response

- object
  - `success` boolean
  - `data` object
    - `sessions` object[]
      - `userId` string
      - `createdAt` string
      - `state` string
    - `count` number

---

[API](https://skmtc.dev/mattermost/apis/ltbrowser-api.md) · [All operations](https://skmtc.dev/mattermost/apis/ltbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mattermost/ltbrowser-api/revisions/97c2903bf28b/schema)
