v60

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0283227863.6 KB
Browser Profiles

List browser profiles

Get all browser profiles for the organization

get/v1/browser_profiles

Query parameters

pageinteger
page_sizeinteger
include_deletedboolean

Include deleted browser profiles

Include deleted browser profiles

search_keystring nullable

Case-insensitive substring search across: browser profile name and description. A profile is returned if either field matches.

Example:my_profile

Case-insensitive substring search across: browser profile name and description. A profile is returned if either field matches.

managedboolean nullable

Omit to return all profiles; false returns only user-created profiles; true returns only auto-managed profiles.

Omit to return all profiles; false returns only user-created profiles; true returns only auto-managed profiles.

Headers

x-api-keystring nullable

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Response

Successfully retrieved browser profiles

browser_profile_idstring required
organization_idstring required
namestring required
descriptionstring nullable
source_browser_typestring nullable
proxy_session_idstring nullable
is_managedboolean
workflow_permanent_idstring nullable
browser_profile_key_digeststring nullable
created_atstring date-time required
modified_atstring date-time required
deleted_atstring date-time nullable

Example response

[
  {
    "proxy_location": {
      "country": "US",
      "subdivision": "CA",
      "city": "New York"
    }
  }
]