---
title: "Get browser profile"
method: GET
path: "/v1/browser_profiles/{profile_id}"
tags: ["Browser Profiles"]
---

# Get browser profile

`GET /v1/browser_profiles/{profile_id}`

Get a specific browser profile by ID

## Path parameters

- `profile_id` string, required — The ID of the browser profile. browser_profile_id starts with `bp_`

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

- 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

- `404` — Browser profile not found
- `422` — Validation Error

## Changes

- **2026-05-09** `9a8565aaedbf` — 1 info
  - added the optional property `source_browser_type` to the response with the `200` status
- **2026-05-09** `f97d3f2efafe` — 1 warning
  - removed the optional property `source_browser_type` from the response with the `200` status
- **2026-05-09** `9a8565aaedbf` — 1 info
  - added the optional property `source_browser_type` to the response with the `200` status

[Change history](https://skmtc.dev/skyvern-ai/apis/skyvern-api/changes/v1/browser_profiles/:profile_id/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)
