---
title: "Get browsers for a Codeless suite"
method: GET
path: "/v1/labsuites/{id}/browsers"
tags: ["Codeless suites"]
---

# Get browsers for a Codeless suite

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

Returns the list of browsers the suite is configured to run on.

## Path parameters

- `id` integer, required

## Response `200`

Get browsers for a Codeless suite

- 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` — Suite 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)
