---
title: "GET /playwrightworkspaces/{workspaceId}/browsers"
method: GET
path: "/playwrightworkspaces/{workspaceId}/browsers"
---

# GET /playwrightworkspaces/{workspaceId}/browsers

`GET /playwrightworkspaces/{workspaceId}/browsers`

Gets remote browsers for the specified workspace ID and redirects the client to execute Playwright scripts. Requires Bearer JWT access token provided by Entra ID or Playwright Service.

## Path parameters

- `workspaceId` string, required

## Query parameters

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

## Headers

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

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

---

[API](https://skmtc.net/azure/apis/loadtestservice-playwright.md) · [All operations](https://skmtc.net/azure/apis/loadtestservice-playwright/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/loadtestservice-playwright/versions/7e7fa8e8788b/schema)
