---
title: "GET /accounts/{accountId}/browsers"
method: GET
path: "/accounts/{accountId}/browsers"
---

# GET /accounts/{accountId}/browsers

`GET /accounts/{accountId}/browsers`

Gets remote browsers corresponding to given account id and redirects the client for running Playwright tests. Authorization required is Bearer JWT Access token provided by EntraID or Microsoft Playwright Testing Service.

## Path parameters

- `accountId` string, required

## Query parameters

- `api-version` string, required
- `runId` string
- `os` 'Linux' | 'Windows'

## Headers

- `x-ms-client-request-id` string, uuid

## Response `default`

An unexpected error response.

- AzureCoreFoundationsErrorResponse — A response containing error details.
  - `error` AzureCoreFoundationsError, required — The error object.
    - `code` string, required — One of a server-defined set of error codes.
    - `message` string, required — A human-readable representation of the error.
    - `target` string — The target of the error.
    - `details` AzureCoreFoundationsError[] — An array of details about specific errors that led to this reported error.
    - `innererror` AzureCoreFoundationsInnerError — An object containing more specific information about the error. As per Azure REST API guidelines - https://aka.ms/AzureRestApiGuidelines#handling-errors.
      - `code` string — One of a server-defined set of error codes.
      - `innererror` AzureCoreFoundationsInnerError — recursive

## Other responses

- `302` — Redirection

## Changes

- **2026-07-13** (2023-10-01-preview) `8d0776959d03` — 1 info
  - endpoint added
- **2023-08-30** (2023-10-01-preview) `79448ffd9815` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/playwrighttesting-microsoft-playwrighttesting-authmanager/changes/accounts/:accountId/browsers/get.md)

---

[API](https://skmtc.dev/azure/apis/playwrighttesting-microsoft-playwrighttesting-authmanager.md) · [All operations](https://skmtc.dev/azure/apis/playwrighttesting-microsoft-playwrighttesting-authmanager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/playwrighttesting-microsoft-playwrighttesting-authmanager/revisions/8d0776959d03/schema)
