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

- TestingbotEntitiesLabBrowser[]
  - `name` string, required — Browser identifier (e.g. "firefox", "chrome").
  - `version` string, required — Browser version the test runs against.
  - `os` string, required — Operating system the test runs on (e.g. "WINDOWS", "MAC", "LINUX").

## 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/eff607a49246/schema)
