---
title: "List selectable browser types"
method: GET
path: "/v1/browser_types"
tags: ["Server"]
---

# List selectable browser types

`GET /v1/browser_types`

List the selectable browser engines for the workflow/run browser_type setting. The list is runtime-capability aware: a runtime that can honor an explicit engine (the cloud dynamic-browser capability) returns all supported engines, while a runtime without it (OSS/self-host) returns an empty list rather than advertising selections the server would reject.

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `200`

Successfully listed selectable browser types

- BrowserTypeOption[]
  - `value` string, required
  - `label` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-15** `f6a594c58678` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/changes/v1/browser_types/get.md)

---

[API](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2.md) · [All operations](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/revisions/4cb8e84f79f2?raw)
