Gets remote browsers corresponding to given workspace id and redirects the client for executing Playwright scripts. Authorization required is Bearer JWT Access token provided by EntraID or Playwright Service.

get/playwrightworkspaces/{workspaceId}/browsers

Path parameters

workspaceIdstring required

The workspace id in GUID format.

Query parameters

api-versionstring required

The API version to use for this operation.

os'Linux' | 'Windows' required

The os provided by client for remote script runs.

runIdstring

The runId provided by client in GUID format.

Headers

x-ms-client-request-idstring uuid

An opaque, globally-unique, client-generated string identifier for the request.

Response

An unexpected error response.

Changes