---
title: "Get browsers for a Codeless test"
method: GET
path: "/v1/lab/{id}/browsers"
tags: ["Codeless tests"]
---

# Get browsers for a Codeless test

`GET /v1/lab/{id}/browsers`

Returns the list of browsers this Codeless test is configured to run on.

## Path parameters

- `id` integer, required

## Response `200`

Get browsers for a Codeless test

- TestingbotEntitiesBrowser[]
  - `selenium_name` string, required — Capability value to send as `browserName` in WebDriver.
  - `name` string, required — Human-readable browser identifier (e.g. "firefox", "iexplore").
  - `version` integer, required — Major version number.
  - `long_version` string, required — Full version string (e.g. "121.0.6167.184").
  - `platform` string, required — Operating system (e.g. "WINDOWS", "MAC", "LINUX").
  - `browser_id` integer, required — Unique TestingBot browser ID used to attach browsers to Codeless tests.

## Other responses

- `401` — Authentication required
- `404` — Test not found

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/versions/8f493cca8f92/schema)
