---
title: "List browser profiles"
method: GET
path: "/v1/browser_profiles"
tags: ["Browser Profiles"]
---

# List browser profiles

`GET /v1/browser_profiles`

Get all browser profiles for the organization

## Query parameters

- `page` integer
- `page_size` integer
- `include_deleted` boolean — Include deleted browser profiles
- `search_key` string, nullable — Case-insensitive substring search across: browser profile name and description. A profile is returned if either field matches.

## 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 retrieved browser profiles

- BrowserProfile[]
  - `browser_profile_id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `source_browser_type` string, nullable
  - `created_at` string, date-time, required
  - `modified_at` string, date-time, required
  - `deleted_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-28** `172f5de044f2` — 3 info
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `page_size`
  - added the new optional `query` request parameter `search_key`
- **2026-05-09** `9a8565aaedbf` — 1 info
  - added the optional property `items/source_browser_type` to the response with the `200` status
- **2026-05-09** `f97d3f2efafe` — 1 warning
  - removed the optional property `items/source_browser_type` from the response with the `200` status
- **2026-05-09** `9a8565aaedbf` — 1 info
  - added the optional property `items/source_browser_type` to the response with the `200` status

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

---

[API](https://skmtc.dev/skyvern-ai/apis/skyvern-api.md) · [All operations](https://skmtc.dev/skyvern-ai/apis/skyvern-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skyvern-ai/skyvern-api/revisions/fdb894aa6708/schema)
